Structs§
- Indexeddb
Crypto Store - An implementation of CryptoStore that uses IndexedDB for persistent storage.
- Indexeddb
Event Cache Store - A type for providing an IndexedDB implementation of
EventCacheStore. This is meant to be used as a backend toEventCacheStorein browser contexts. - Indexeddb
Event Cache Store Builder - A type for conveniently building an
IndexeddbEventCacheStore - Indexeddb
Media Store - A type for providing an IndexedDB implementation of
MediaStore. This is meant to be used as a backend toMediaStorein browser contexts. - Indexeddb
Media Store Builder - A type for conveniently building an
IndexeddbMediaStore - Indexeddb
State Store - Indexeddb
State Store Builder - Builder for
IndexeddbStateStore. - Indexeddb
Stores - Structure containing implementations of every type of store using IndexedDB for persistent storage.
Enums§
- Indexeddb
Crypto Store Error - Indexeddb
Event Cache Store Error - Indexeddb
Media 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 Deprecated - Create a
IndexeddbStateStoreand aIndexeddbCryptoStorethat use the same name and passphrase.