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

IDBTransaction
--------------------
* abort
 * FF:InvalidStateError (finished)
 * Cr: InvalidStateError (finished)
* objectStore
 * FF:InvalidStateError (finished) > NotFoundError 
 * Cr: InvalidStateError (finished) > NotFoundError


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

Received on Monday, 1 June 2015 23:07:24 UTC