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
I'm thinking of using unstorage, especially for its clean interface, over localForage.js for an offline first web project. However, IndexedDB support is essential, thus my question: what's the current state on this? Is there something i can help with? Would it be possible to use watch(callback), too somehow (for cross-tab functionality)?
Service workers don't allow
localStorage
, which we can use IndexedDB instead.The text was updated successfully, but these errors were encountered: