hydrogen-web/src/matrix/storage/idb
Bruno Windels b882e0ef8a respect argument count of idb calls
lumia doesn't like undefined arguments if they
are being left out, so call the idb calls with
the exact amount of arguments
2019-06-26 22:02:00 +02:00
..
stores wrap everything that can throw a idb DOMException in StorageError 2019-06-26 22:00:50 +02:00
create.js encode idb array keys as sortable strings 2019-06-26 21:55:33 +02:00
query-target.js respect argument count of idb calls 2019-06-26 22:02:00 +02:00
storage.js wrap everything that can throw a idb DOMException in StorageError 2019-06-26 22:00:50 +02:00
store.js wrap everything that can throw a idb DOMException in StorageError 2019-06-26 22:00:50 +02:00
transaction.js wrap everything that can throw a idb DOMException in StorageError 2019-06-26 22:00:50 +02:00
utils.js respect argument count of idb calls 2019-06-26 22:02:00 +02:00