Re: [w3c/IndexedDB] Rework event dispatching (#162)

pwnall commented on this pull request.



>  
         2. Otherwise, set the [=request/result=] of |request|
-            to |result| and dispatch an event at |request|. The event
-            must use the [=Event=] interface and set the
-            {{Event/type}} attribute to "<code>success</code>". The
-            event does not bubble and is not cancelable. If the steps
+            to |result| and [=fire an event=] named

Is this different from the "fire a success event" algorithm defined below?

-- 
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/162#pullrequestreview-25329452

Received on Monday, 6 March 2017 18:44:13 UTC