Request persistence for our IndexedDB #12
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently we're using Dexie to abstract IndexedDB, a browser API we use for building our image cache. IndexedDB is pretty great for this type of storage, but it's not exactly safe from being deleted. We can harden this by requesting persistence.
It doesn't seem too difficult to add :)
The text was updated successfully, but these errors were encountered: