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

@jakearchibald commented on this pull request.



> @@ -1789,6 +1792,7 @@ to <a for=AbortSignal>signal abort</a> on <a>this</a>'s <a for=AbortController>s
 interface AbortSignal : EventTarget {
   [NewObject] static AbortSignal abort(optional any reason);
   [Exposed=(Window,Worker), NewObject] static AbortSignal timeout([EnforceRange] unsigned long long milliseconds);
+  [NewObject] static AbortSignal _any(sequence&lt;AbortSignal> signals);

oh yeah, you're right. I read `Promise.all`.

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

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

Received on Wednesday, 8 February 2023 11:05:49 UTC