Re: [w3c/IndexedDB] Align IDBDatabase.transaction() exception precedence with tests/implementations (#188)

inexorabletash commented on this pull request.



>      store=] in the [=connected=] [=database=], [=throw=] a
     "{{NotFoundError}}" {{DOMException}}.
 
-6. If |scope| is empty, [=throw=] an "{{InvalidAccessError}}" {{DOMException}}.
+5. If |scope| is empty, [=throw=] an "{{InvalidAccessError}}" {{DOMException}}.
+
+6. If |mode| parameter is not {{"readonly"}} or {{"readwrite"}},

Just |mode| - thanks! 

-- 
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/pull/188#discussion_r109790152

Received on Tuesday, 4 April 2017 22:10:13 UTC