-
-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
Description
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.