capricorn86 / happy-dom

A JavaScript implementation of a web browser without its graphical user interface
MIT License
3.08k stars 185 forks source link

Add support for the `AbortSignal.any()` static method #1468

Open ezzatron opened 1 week ago

ezzatron commented 1 week ago

Is your feature request related to a problem? Please describe. AbortSignal.any() is now widely available, and it would be great to have this available in happy-dom too.

Describe the solution you'd like I am creating this issue so I have an issue number to use in the commit message for a PR I intend to submit to add AbortSignal.any().

Describe alternatives you've considered Currently I polyfill this manually in every project that needs it.

Additional context N/A