Re: [whatwg/dom] Add AbortSignal.any() (PR #1152)

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

[“object implementing X”](https://webidl.spec.whatwg.org/#implements) is defined by Web IDL and includes objects implementing Y if Y extends X.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1152#discussion_r1123947915

You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/1152/review/1322990349@github.com>

Received on Friday, 3 March 2023 01:45:25 UTC