Crate matrix_sdk_indexeddb
source ·Structs§
- An implementation of CryptoStore that uses IndexedDB for persistent storage.
- Builder for
IndexeddbStateStore
.
Enums§
- Sometimes Migrations can’t proceed without having to drop existing data. This allows you to configure, how these cases should be handled.
- All the errors that can occur when opening an IndexedDB store.
Functions§
- Create an
IndexeddbStateStore
. - Create a
IndexeddbStateStore
and aIndexeddbCryptoStore
that use the same name and passphrase.