I’m a little confused by this and maybe I’m missing something. Wasn’t localStorage always intended to be treated as a volatile storage mechanism for non-critical data and caching? The advice I’ve seen for several years says to avoid storing sensitive or critical data there. Can PWAs not switch to using IndexedDB which seems like it’s more purpose-built for this use case? No snark intended. I’m legitimately curious wh…
- Indexed DB
- LocalStorage
- Media keys
- SessionStorage
- Service Worker registrations (I guess this means service worker caches)
[0]: https://webkit.org/blog/10218/full-third-party-cookie-blocki...