vector-im-hydrogen-web/src/matrix/storage/idb
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
..
stores store key share operations before tracking the room 2021-03-03 18:56:16 +01:00
error.js allow passing message to IDBRequestError 2020-09-29 11:50:10 +02:00
export.js add license header in all source files 2020-08-05 18:38:55 +02:00
QueryTarget.js fix getKey not working on IE11 2020-09-09 11:42:26 +01:00
schema.js store account data in storage 2020-09-17 10:39:51 +02:00
Storage.js make opening a txn async again 2021-03-04 19:47:02 +01:00
StorageFactory.js request persisted storage when logging in/restoring a session 2020-10-20 17:02:34 +02:00
Store.js todo comment 2020-10-01 14:35:46 +02:00
Transaction.js add some comments while debugging a problem 2021-02-11 21:08:06 +01:00
utils.js finish logging api 2021-02-12 13:04:05 +01:00