matrix-js-sdk
23655e74 - Don't assume aborts are always from txn.abort()

Comment changes are shownComment changes are hidden
Commit
6 years ago
Don't assume aborts are always from txn.abort() According to https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/abort_event a txn can abort for any number of reasons, not just because of an abort call, so we can't assume our abort error is set. This should give us more info on https://github.com/vector-im/riot-web/issues/7769
Author
Parents
  • src/crypto/store
    • File
      indexeddb-crypto-store-backend.js