matrix-js-sdk
fb991503 - Move OLM account to IndexedDBd

Comment changes are shownComment changes are hidden
Commit
7 years ago
Move OLM account to IndexedDBd Wraps all access to the account in a transaction so any updates done to the account must be done in the same transaction, making the update atomic between tabs. Doesn't do any migration from localstorage yet.
Author
Parents
  • src/crypto
    • File
      OlmDevice.js
    • File
      index.js
    • store
      • File
        indexeddb-crypto-store-backend.js
      • File
        indexeddb-crypto-store.js
      • File
        memory-crypto-store.js