Files
zopu-code/repos/effect-smol/.changeset/add-indexeddb-kvs-layer.md

6 lines
267 B
Markdown

---
"@effect/platform-browser": patch
---
Adds an IndexedDB backed implementation of `KeyValueStore` as `BrowserKeyValueStore.layerIndexedDb`. This backend allows for non-blocking `KeyValueStore` operations, unlike the existing `Storage` api backed implementations.