[w3c/IndexedDB] Queueing blocked version change events (#190)

In "The steps to open a database", there is the following:

> If any of the connections in openConnections are still not closed, queue a task to fire a version change event named blocked at request with db’s version and version.

In "The steps to delete a database", there is the following:

> If any of the connections in openConnections are still not closed, fire a version change event named blocked at request with db’s version and null.

The first mentions queuing a task whereas the second does not. Does this not need to be added to both?

-- 
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/190

Received on Friday, 14 April 2017 05:17:28 UTC