This repository has been archived on 2022-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
hydrogen-web/src/matrix/ssss
Bruno Windels e0d14207ac make opening a txn async again
as we'll need to await a bogus request first thing after opening the txn

funny enough, we originally made it sync to accommodate the same bug
in safari, but that didn't prevent any microtask being awaited
before scheduling a request in the calling code closing the txn.

We'll await a bogus request within the transaction class now so it
doesn't depend on the calling code
2021-03-04 19:47:02 +01:00
..
common.js move ssss out of e2ee dir as not really e2ee related 2020-09-17 15:17:00 +02:00
index.js make opening a txn async again 2021-03-04 19:47:02 +01:00
passphrase.js move base64/58 encoding into platform 2021-02-12 16:01:54 +01:00
recoveryKey.js move base64/58 encoding into platform 2021-02-12 16:01:54 +01:00
SecretStorage.js move base64/58 encoding into platform 2021-02-12 16:01:54 +01:00