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
There is a standard proposal called kv-storage (for key-value storage), which goal is exactly the same as the main goal of this lib: having a simple key-value storage like localStorage, but asynchronous to be performant via indexedDB.
Investigation is needed to prepare to this new API, to be sure the lib API is consistent.
The text was updated successfully, but these errors were encountered:
There is a standard proposal called kv-storage (for key-value storage), which goal is exactly the same as the main goal of this lib: having a simple key-value storage like
localStorage
, but asynchronous to be performant viaindexedDB
.Investigation is needed to prepare to this new API, to be sure the lib API is consistent.
The text was updated successfully, but these errors were encountered: