commit | 577080b7d7719211e26897552e4d33b7492c3b27 | [log] [tgz] |
---|---|---|
author | Mark Egli <markegli@google.com> | Tue Nov 30 15:58:46 2021 -0600 |
committer | Mark Egli <markegli@google.com> | Tue Nov 30 15:58:46 2021 -0600 |
tree | 0fb397f47a51d135600485265309f8ba3df33ff3 | |
parent | 758f801183da175c31f7c80ccb2a0235da038808 [diff] |
Restore files deleted in merge
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