- From: Joshua Bell <jsbell@chromium.org>
- Date: Thu, 15 Dec 2011 12:54:59 -0800
- To: public-webapps@w3.org
Received on Thursday, 15 December 2011 21:48:22 UTC
Is there any particular reason why IDBTransaction.objectStore() and IDBObjectStore.index() should be usable (i.e. return values vs. raise exceptions) after the containing transaction has finished? Changing the spec so that calling these methods after the containing transaction has finished raises InvalidStateError (or TransactionInactiveError) could simplify implementations.
Received on Thursday, 15 December 2011 21:48:22 UTC