Re: [IndexedDB] Consider adding a completion event or callback to the IDBDatabase.close() operation (#72)

To be clear, a `blocked` event does *not* mean that open has been *cancelled*. It just means that it's currently waiting. Once all the database connections that are blocking the open event are closed (either by the user closing the page, or by the page calling `db.close()`) the open will continue and should succeed.

---
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/72#issuecomment-199578783

Received on Tuesday, 22 March 2016 01:48:24 UTC