6 lines
267 B
Markdown
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.
|