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

@shaseley commented on this pull request.



>  
-<p>To <dfn export for=AbortSignal>remove</dfn> an algorithm <var>algorithm</var> from an
-{{AbortSignal}} <var>signal</var>, <a for=set>remove</a> <var>algorithm</var> from
-<var>signal</var>'s <a for=AbortSignal>abort algorithms</a>.
+<p>An {{AbortSignal}} object has associated <dfn for=AbortSignal>abort algorithms</dfn>, (a
+<a for=/>set</a> of algorithms which are to be executed when it is [=AbortSignal/aborted=]),

Yes, ordered sets are necessary here and below, but per Infra, all sets are ordered sets (see the note in https://infra.spec.whatwg.org/#ordered-set). The link produced by that reference directs to the ordered set definition.

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

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

Received on Tuesday, 16 May 2023 19:27:17 UTC