pinafore/routes/_database
Nolan Lawson bc3a74bbcb don't wait if idb is blocked, remove workerize-loader (#602)
There are two issues here:

- if IDB is blocked, then the promise never resolves when you log out (and call indexedDB.deleteDatabase) and the app remains in a permanently hung state
- why is IDB blocked? well, something seems to have changed in Chrome 70 such that doing these operations in a web worker causes the blocked error. The benefits of workerizing IDB is so small that I'd rather just remove it at this point.
2018-11-04 13:59:14 -08:00
..
timelines clean up unused idb functions (#537) 2018-09-05 21:08:38 -07:00
accounts.js run idb operations in a web worker (#517) 2018-08-29 19:03:12 -07:00
cache.js Update standard to the latest version 🚀 (#519) 2018-08-29 21:42:57 -07:00
cleanup.js run idb operations in a web worker (#517) 2018-08-29 19:03:12 -07:00
clear.js use standard 2018-02-08 22:29:29 -08:00
constants.js add username autocomplete feature 2018-03-24 18:04:54 -07:00
database.js don't wait if idb is blocked, remove workerize-loader (#602) 2018-11-04 13:59:14 -08:00
databaseApis.js don't wait if idb is blocked, remove workerize-loader (#602) 2018-11-04 13:59:14 -08:00
databaseLifecycle.js don't wait if idb is blocked, remove workerize-loader (#602) 2018-11-04 13:59:14 -08:00
helpers.js add username autocomplete feature 2018-03-24 18:04:54 -07:00
keys.js add username autocomplete feature 2018-03-24 18:04:54 -07:00
knownInstances.js run idb operations in a web worker (#517) 2018-08-29 19:03:12 -07:00
meta.js simplify idb schema 2018-03-08 23:18:18 -08:00
relationships.js Add ability to show/hide boosts from accounts (#491) 2018-08-25 22:03:33 -07:00
utils.js fix statuses being deleted from threads 2018-03-10 20:24:07 -08:00