Re: [w3c/IndexedDB] The steps for opening a database are racy (#81)

Yes, this is related to #78 and #79 - the queue that open (and delete) requests are made against is _not_ an event loop, but an abstract queue of open/delete requests associated with an (origin, name) tuple.


---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/81#issuecomment-232106958

Received on Tuesday, 12 July 2016 16:51:33 UTC