- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 08 Feb 2023 01:52:06 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 February 2023 09:52:18 UTC
@annevk 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 don't think that's what `Promise.any` does, but maybe the other statics do and this matches those for consistency. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1152#discussion_r1099897632 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1152/review/1288823222@github.com>
Received on Wednesday, 8 February 2023 09:52:18 UTC