Re: [w3c/IndexedDB] Add IDBTransaction commit() method (#242)

dmurph commented on this pull request.



>  A [=/request=] has a <dfn>done flag</dfn> which is initially unset.
+This flag is set when the request of the operation associated with the request are available.

This line doesn't make sense to me

> @@ -2282,7 +2324,8 @@ when invoked, must run these steps:
             1. Set |request|'s [=request/error=] to |result|.
             1. Set |request|'s [=request/done flag=].
             1. [=Fire an event=] named <a event>`error`</a> at |request| with its
-                {{Event/bubbles}} and {{Event/cancelable}} attributes initialized to true.
+                {{Event/bubbles}} and {{Event/cancelable}} attributes

Why did we add this line break?

-- 
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/242#pullrequestreview-181921379

Received on Wednesday, 5 December 2018 19:49:09 UTC