Re: [w3c/IndexedDB] Add an Observer API (#51)

> Note that Google Firestore actually implemented their own cross tab communication system handle notifications. Not sure how they did it.

@burtonator I did the same for [RxDB](https://rxdb.info/) with the BroadcastChannel API. Because BroadcastChannel is [widely supported](https://caniuse.com/broadcastchannel) since 2022, I think most use cases for IndexedDB observer can be solved by just emitting BroadcastChannel events across browser tabs.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/51#issuecomment-1914743795
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/IndexedDB/issues/51/1914743795@github.com>

Received on Monday, 29 January 2024 13:55:28 UTC