Re: [IndexedDB] Validate exception ordering against implementations (#11)

IDBIndex
------------
* get/getKey/getAll/getAllKeys/count/openCursor/openKeyCursor
 * FF: TransactionInactiveError > DataError
 * Cr: InvalidStateError (deleted) > TransactionInactiveError > DataError


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

Received on Monday, 1 June 2015 22:54:37 UTC