[w3c/IndexedDB] transaction() exception order is wrong for invalid mode (#187)

Spec has _"If mode parameter is not "readonly" or "readwrite", throw a TypeError."_ as the first step. Implementations and tests (https://github.com/w3c/web-platform-tests/blob/master/IndexedDB/idbdatabase-transaction-exception-order.html) have the mode check last.


-- 
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/187

Received on Tuesday, 4 April 2017 19:57:46 UTC