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
|
35151 |
indexeddb-crypto-store.js |
Internal module. indexeddb storage for e2e.
|
27440 |
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".
|
16547 |
memory-crypto-store.js |
Internal module. in-memory storage for e2e.
|
19016 |