Name Description Size
base.js Internal module. Definitions for storage for the crypto module 2404
indexeddb-crypto-store-backend.js Implementation of a CryptoStore which is backed by an existing IndexedDB connection. Generally you want IndexedDBCryptoStore which connects to the database and defers to one of these. @internal 35143
indexeddb-crypto-store.js Internal module. indexeddb storage for e2e. 27419
localStorage-crypto-store.js Internal module. Partial localStorage backed storage for e2e. This is not a full crypto store, just the in-memory store with some things backed by localStorage. It exists because indexedDB is broken in Firefox private mode or set to, "will not remember history". 16535
memory-crypto-store.js Internal module. in-memory storage for e2e. 19007