You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
open/deleteDatabase say "queue a task" which is nice, but the steps for the task are written in synchronous style even though they have "wait", which implies that the task queue would block.
There should probably be "steps for asynchronously executing an open request", which would be a good place to hook in an origin-level queue for requests.
The text was updated successfully, but these errors were encountered:
Also:
* Remove 'delete pending' flag which is not longer needed.
* Simplify some section names.
* Move the versionchange/blocked logic from upgrade steps to
open steps, for symmetry with delete steps.
* Rename 'Authorization' section to 'Security Concerns'
open/deleteDatabase say "queue a task" which is nice, but the steps for the task are written in synchronous style even though they have "wait", which implies that the task queue would block.
There should probably be "steps for asynchronously executing an open request", which would be a good place to hook in an origin-level queue for requests.
The text was updated successfully, but these errors were encountered: