[IndexedDB] For schema mutations, should InvalidStateError trump TransactionInactiveError? (#23)

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