- From: James M Snell <notifications@github.com>
- Date: Tue, 26 Apr 2022 13:22:03 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 26 April 2022 20:22:15 UTC
`AbortSignal.any(signal)` seems reasonable. I can't really imagine many cases where I would pass more than 2 signals into it but the array input is acceptable. Implementation should be straightforward and fairly easy to optimize. The most compelling use case I see is creating a single that either times out or is explicitly triggered. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/920#issuecomment-1110213076 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/920/1110213076@github.com>
Received on Tuesday, 26 April 2022 20:22:15 UTC