[Bug 17681] [IndexedDB] Operations that raise multiple exceptions types should define order

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17681

Israel Hilerio [MSFT] <israelh@microsoft.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |israelh@microsoft.com

--- Comment #2 from Israel Hilerio [MSFT] <israelh@microsoft.com> 2012-08-02 23:55:33 UTC ---
TypeError exceptions should be considered WebIDL type conversion errors.
Therefore, we should always assume they are fired first before DOM exceptions. 
The only possible caveat is where we return TypeError for passing zero on the
IDBCursor.advance method.  For this method, we can specify that TypeError
should be thrown first.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 2 August 2012 23:55:39 UTC