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
{{ message }}
This repository has been archived by the owner on May 3, 2022. It is now read-only.
It occurs to me you can't really use the IndexedDB database manually, once a StorageArea has opened it. (Unless we add explicit
close()
; see #13.)As such, the only way to really use
backingStore
is:But this is kind of awkward, creating a StorageArea with no intention of actually using it. Instead, maybe it should just be
The text was updated successfully, but these errors were encountered: