hydrogen-web/src/matrix/storage/idb
Bruno Windels 76381fbca1 open storage transactions synchronously
this (almost) makes it work in some browsers that otherwise
have throw a TransactionInactiveError on the first operation
you try to do on a store.
2020-09-28 16:06:41 +02:00
..
stores forgot to commit account data store 2020-09-17 11:38:44 +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 open storage transactions synchronously 2020-09-28 16:06:41 +02:00
StorageFactory.js dont assume global is window 2020-09-28 14:52:12 +02:00
Store.js fix getKey not working on IE11 2020-09-09 11:42:26 +01:00
Transaction.js store account data in storage 2020-09-17 10:39:51 +02:00
utils.js add copyright 2020-09-28 15:28:51 +02:00