[IndexedDB] IDBObjectStore.index() is missing step to throw if transaction is finished (#37)

[IDBTransaction.objectStore()](https://w3c.github.io/IndexedDB/#dom-idbtransaction-objectstore) has:

>If transaction has finished, throw an InvalidStateError exception.

But [IDBObjectStore.index()](https://w3c.github.io/IndexedDB/#dom-idbobjectstore-index) does not have a corresponding case.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/37

Received on Wednesday, 12 August 2015 23:00:20 UTC