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

domenic 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:

Probably "make signalB follow signalA". I guess I'd do `lt="follow"` then to make things easier.

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

Received on Friday, 9 February 2018 15:35:34 UTC