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

inexorabletash commented on this pull request.



> @@ -2628,26 +2628,26 @@ instance on which it was called.
 The <dfn method for=IDBDatabase>transaction(|storeNames|,
 |mode|)</dfn> method, when invoked, must run these steps:
 
-1. If |mode| parameter is not {{"readonly"}} or {{"readwrite"}},
-    [=throw=] a [=TypeError=].
-
-2. If this method is called on {{IDBDatabase}} object for which an
+1. If this method is called on {{IDBDatabase}} object for which an

I went with "the connection" instead.

-- 
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_r109791500

Received on Tuesday, 4 April 2017 22:17:47 UTC