jakearchibald / idb

IndexedDB, but with promises
https://www.npmjs.com/package/idb
ISC License
6.29k stars 353 forks source link

Observe changes in db and/or object store #189

Closed marcuslindblom closed 4 years ago

marcuslindblom commented 4 years ago

Is it possible to listen to changes in the db or in a specific object store? If not, do you have any insights on how to extend idb with this feature?

jakearchibald commented 4 years ago

Unfortunately we're waiting on something like https://github.com/WICG/indexed-db-observers/blob/gh-pages/EXPLAINER.md, which appears to be stalled.