Structs§
- Indexeddb
Crypto Store - An implementation of CryptoStore that uses IndexedDB for persistent storage.
- Indexeddb
State Store - Indexeddb
State Store Builder - Builder for
IndexeddbStateStore
.
Enums§
- Indexeddb
Crypto Store Error - Indexeddb
State Store Error - Migration
Conflict Strategy - Sometimes Migrations can’t proceed without having to drop existing data. This allows you to configure, how these cases should be handled.
- Open
Store Error - All the errors that can occur when opening an IndexedDB store.
Functions§
- open_
state_ store - Create an
IndexeddbStateStore
. - open_
stores_ with_ name - Create a
IndexeddbStateStore
and aIndexeddbCryptoStore
that use the same name and passphrase.