- From: Jake Archibald <notifications@github.com>
- Date: Tue, 07 Feb 2023 14:19:05 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 February 2023 22:19:17 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); I think the idea is array in, array out. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1152#discussion_r1099329556 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1152/review/1288088901@github.com>
Received on Tuesday, 7 February 2023 22:19:17 UTC