I was wondering, the spec mentions a static method AbortSignal.any where multiple singals can be composed into one. It seems this has never been implemented in the JS Engines. Is there reasons this part of the spec has been unimplemented?
If we wanted to implement composing multiple signals what would that look like as a polyfill?