spaceshelter / orbitar

Experimental collective social/blogging platform with self-regulation.
MIT License
61 stars 24 forks source link

Catch exceptions when storing cache to localStorage #312

Closed Aivean closed 1 year ago

Aivean commented 1 year ago

Should help with quota exceeded exception some users are facing: image

Aivean commented 1 year ago

This won't make it worse but wouldn't this break any existing functionality relying on cache data?

It shouldn't as there is already a local in-memory cache in addition to the local storage.