- From: Daniel Meyer <notifications@github.com>
- Date: Mon, 29 Jan 2024 05:55:22 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 29 January 2024 13:55:28 UTC
> 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