top | item 46820033

(no title)

benkaiser | 1 month ago

I think the parent may be referring to the fact that safari/webkit will evict all localstorage/indexeddb/caches etc after 7 days of not visiting a site. And apparently this now extends to PWAs making it a pretty big blog to building any infrequently accessed PWA that needs to persist user data locally.

discuss

order

mircerlancerous|29 days ago

I store my data in the service worker cache, so I guess I'm immune to this issue