I have few questions about IndexedDB Storage Scope:
- Does a PWA on Web Browser (Chrome / Mozilla) will use the same instance of IndexedDB as that of PWA added to the screen?
- Will the data persist in Indexed DB before & after adding to the Home Screen?
- If IndexedDB is browser specific, how to persist the data across the app opened in multiple browsers which are using the same IndexedDB?