- From: Joshua Bell <notifications@github.com>
- Date: Mon, 01 Jun 2015 15:06:22 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
Received on Monday, 1 June 2015 22:07:09 UTC
When calling {create,delete}{ObjectStore,Index} operations, FF throws `InvalidStateError` if there is not an active versionchange transaction, so TransactionInactiveError is never thrown by these methods. Chrome distinguishes these cases. The spec wording is slightly ambiguous. TODO: Check IE and Safari. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/issues/23
Received on Monday, 1 June 2015 22:07:09 UTC