1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-01 14:26:45 +01:00
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
..
2018-08-22 21:00:53 -07:00
2018-03-20 20:56:52 -07:00
2018-08-23 18:41:43 -07:00
2018-08-31 16:35:26 -07:00
2018-05-01 17:05:36 -07:00
2018-05-03 21:24:10 -07:00
2018-08-31 16:35:26 -07:00
2018-05-01 17:05:36 -07:00