You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localStorage is not suited for evergrowing collections both due to the size limit and the way it fetches an entire value for a key. IndexedDB sucks to use and requires a wrapper lib first, but the similar logic in localStorage is not easier to implement anyway.
The text was updated successfully, but these errors were encountered:
localStorage
is not suited for evergrowing collections both due to the size limit and the way it fetches an entire value for a key.IndexedDB
sucks to use and requires a wrapper lib first, but the similar logic inlocalStorage
is not easier to implement anyway.The text was updated successfully, but these errors were encountered: