- From: Brett Zamir <notifications@github.com>
- Date: Thu, 13 Apr 2017 22:16:55 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 April 2017 05:17:28 UTC
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