Mobile Safari & IndexedDB & ServiceWorker

Hello, why i cant access to IndexedDB data, created by serviceworker, from DOM? It is different databeses? On all other browsers i can save data in ServiceWorker into IndexedDB and read it in Dom from IndexedDb with same name, But it not work on Mobile Safari, for what it not shared now?

  • The had this story online about this. Maybe this will answer your query:

    https://www.macrumors.com/2022/01/16/safari-15-webkit-indexeddb-bug/

    Joseph

Add a Comment