- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 06 Apr 2017 02:02:37 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 6 April 2017 09:03:40 UTC
annevk commented on this pull request. > @@ -1478,7 +1478,8 @@ steps: <ol> <li>Let <var>signal</var> be this object's {{PromiseController/signal}}. <li>Set <var>signal</var>'s [=PromiseSignal/aborted flag=]. - <li>[=Fire an event=] named <code>abort</code> at <var>signal</var>.</li> + <li>[=Fire an event=] named <code>abort</code> at <var>signal</var>. + <li>Run <var>signal</var>'s [=PromiseSignal/abort steps=]. I suspect we probably want the event to dispatch after the abort steps have run as the event listeners can cause side effects the abort steps might not anticipate. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/434#pullrequestreview-31258281
Received on Thursday, 6 April 2017 09:03:40 UTC