- From: Jake Archibald <notifications@github.com>
- Date: Wed, 08 Feb 2023 03:05:37 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 February 2023 11:05:49 UTC
@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<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