commit | 758f801183da175c31f7c80ccb2a0235da038808 | [log] [tgz] |
---|---|---|
author | Nick Croll <ncroll@gmail.com> | Tue Nov 30 13:45:50 2021 -0800 |
committer | GitHub <noreply@github.com> | Tue Nov 30 13:45:50 2021 -0800 |
tree | 2500b70d0be3417406f1628289aae0b80b24cec8 | |
parent | 8c49e71daa4c4d41e9103c4c562a8f3e9cecdd61 [diff] | |
parent | 0cecece8026d86fd4f5c909ab2e520f9e3fd28ba [diff] |
Merge pull request #108 from google/google Integrate internal changes
Support for detecting and being notified when an object is mutated.
An observable is a way to be notified of a continuous stream of events over time.
Some suggested uses for this library:
You may want to look at the former TC39 proposal Observe.observe, which was deprecated.
There are two general ways to detect changes:
Observable.changes
and be notified when an object changesDiffer.diff
to determine changes between two objects