[IndexedDB] task behavior for open requests is poorly specified (#9)

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.


---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/9

Received on Wednesday, 13 May 2015 20:33:36 UTC