- From: Bevis Tseng <notifications@github.com>
- Date: Sun, 23 Oct 2016 19:04:10 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
Received on Monday, 24 October 2016 02:04:45 UTC
FYI. These were done in identical order in FF for both IDBObjectStore/IDBIndex [1][2]: 4. If transaction is not an upgrade transaction or if the (store|index) was deleted, throw an InvalidStateError. 5. If transaction is not active, throw a TransactionInactiveError. 6. If the name is identical, terminate these steps. ... [1] http://searchfox.org/mozilla-central/rev/84075be5067b68dc6cb3b89f999645650e68c05b/dom/indexedDB/IDBObjectStore.cpp#2205-2219 [2] http://searchfox.org/mozilla-central/rev/84075be5067b68dc6cb3b89f999645650e68c05b/dom/indexedDB/IDBIndex.cpp#159-172 -- 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/11#issuecomment-255632700
Received on Monday, 24 October 2016 02:04:45 UTC