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

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

Isn't it rather useless to say "or an interface that inherits from it"

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1152#pullrequestreview-1318833415
You are receiving this because you are subscribed to this thread.

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

Received on Tuesday, 28 February 2023 23:41:11 UTC