mirror of
https://github.com/nolanlawson/pinafore
synced 2024-12-13 02:37:20 +01:00
bc3a74bbcb
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. |
||
---|---|---|
.. | ||
accounts.js | ||
addInstance.js | ||
addStatusOrNotification.js | ||
autosuggest.js | ||
block.js | ||
compose.js | ||
contentWarnings.js | ||
copyText.js | ||
createMakeProps.js | ||
delete.js | ||
deleteStatuses.js | ||
emoji.js | ||
favorite.js | ||
follow.js | ||
followRequests.js | ||
instances.js | ||
lists.js | ||
media.js | ||
mute.js | ||
muteConversation.js | ||
pin.js | ||
pinnedStatuses.js | ||
postPrivacy.js | ||
pushSubscription.js | ||
reblog.js | ||
requests.js | ||
search.js | ||
setDomainBlocked.js | ||
setShowReblogs.js | ||
statuses.js | ||
streaming.js | ||
timeline.js |