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
Is there any reason not to use localForage by Mozilla which is available as cljsjs, instead of calling localStorage directly?
localForage is a fast and simple storage library for JavaScript. localForage improves the offline experience of your web app by using asynchronous storage (IndexedDB or WebSQL) with a simple, localStorage-like API.
The text was updated successfully, but these errors were encountered:
Is there any reason not to use localForage by Mozilla which is available as cljsjs, instead of calling localStorage directly?
The text was updated successfully, but these errors were encountered: