Re: [whatwg/dom] Following an abort signal (#569)

jakearchibald commented on this pull request.



> @@ -1651,6 +1651,24 @@ them. For instance, if the operation has already completed.
  <li><p>[=Fire an event=] named <code>abort</code> at <var>signal</var>.
 </ol>
 
+<p>A <var>followingSignal</var> (an {{AbortSignal}}) <dfn export for=AbortSignal>follows</dfn> a
+<var>parentSignal</var> (an {{AbortSignal}}) by running these steps:

Would the usage remain "signalA follows signalB" or should that change to "Make signalB follow signalB".

I struggled to find wording around the usage 😕.

-- 
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/569#discussion_r167257819

Received on Friday, 9 February 2018 15:28:05 UTC