| commit | 2751bda57a56b4d2bc02899a8a39e3026fccc599 | [log] [tgz] |
|---|---|---|
| author | palakj <palakj@google.com> | Thu Jul 21 00:18:14 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 21 00:22:00 2016 |
| tree | 61f85d0ad4847dec81bffdd61d58c38e3bb5bd85 | |
| parent | 605bf28780bf60df121e61b4b735d8fb825ff3bf [diff] |
[IndexedDB] Propogating changes to observers * Changes received from browser are multiplexed and passed on to each observer. * Each observer extracts the required subset of observations from bulk observations of the connnection using its array of indices. * The callback is fired with a map of object store to array of observations. Current Implementation and Future Scope: http://goo.gl/r0eUpe Reference: https://github.com/dmurph/indexed-db-observers/blob/gh-pages/EXPLAINER.md BUG=609934 Review-Url: https://codereview.chromium.org/2125213002 Cr-Commit-Position: refs/heads/master@{#406722}