- From: Darien Maillet Valentine <notifications@github.com>
- Date: Fri, 03 Mar 2023 02:44:02 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 3 March 2023 10:44:15 UTC
@bathos commented on this pull request.
> </ol>
-<p>A <var>followingSignal</var> (an {{AbortSignal}}) is made to
-<dfn export for=AbortSignal>follow</dfn> a <var>parentSignal</var> (an {{AbortSignal}}) by running
-these steps:
+<p>To <dfn export>create a composite abort signal</dfn> from a list of {{AbortSignal}} objects
+<var>signals</var>, using <var>signalInterface</var>, which must be either {{AbortSignal}} or an
+interface that inherits from it, and an optional <var>realm</var>, run these steps:
Ah, got it, I read that too quickly. That makes sense to me.
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1152#discussion_r1124291100
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/dom/pull/1152/review/1323518797@github.com>
Received on Friday, 3 March 2023 10:44:15 UTC