storage/key_value_store library
Classes
- KeyValueStore
-
A minimal synchronous string key/value store. Abstracts
localStorageso that storage-backed logic can be unit-tested with MemoryKeyValueStore without a browser. - MemoryKeyValueStore
- An in-memory KeyValueStore for tests and non-browser contexts.