element-web/src/utils
David Baker 18661e042d Fall back to another store if indexeddb start fails
If we can't start indexeddb, fall back to a different store.

Previously we just ignored the exception and ploughed on anyway, on
the assumption that startup() was just for the indexeddb store to
load data anyway, and if that failed it would just do an initial
/sync instead (and also we'd keep trying to save the sync back which
would fail...). Then, in the previous release we started pulling
the settings out of the store on startup, making the assumpton that
the store actually worked, so the read obviously failed and the app
failed to start up.

This makes Riot work in Tor browser / firefox in daft mode again.
2018-10-04 13:40:56 +01:00
..
createMatrixClient.js Fall back to another store if indexeddb start fails 2018-10-04 13:40:56 +01:00
DecryptFile.js fix constness 2018-04-29 03:09:17 +01:00
DirectoryUtils.js move room directory logic over from riot-web 2018-04-11 23:58:46 +01:00
DMRoomMap.js fix getDMRoomsForUserId not calling _getUserToRooms first (thanks e2e tests) 2018-09-04 17:36:50 +02:00
ErrorUtils.js Error on splash screen if sync is failing 2018-09-07 12:18:25 +01:00
FormattingUtils.js Group e2e keys into blocks of 4 characters 2017-05-22 12:01:09 +01:00
MegolmExportEncryption.js Run linting --fix 2017-11-16 13:19:36 +00:00
MultiInviter.js Refactor GroupStores into one global GroupStore 2018-05-01 11:24:17 +01:00
PinningUtils.js Show an indicator when there are any pins in the room 2017-11-03 20:00:48 -06:00
Receipt.js Run eslint --fix 2017-10-11 17:56:17 +01:00
WidgetUtils.js replace getMember(myId).membership with getMyMembership 2018-08-02 11:42:05 +02:00