Creates a signal that aborts when any of the input signals aborts.
Uses the native AbortSignal.any when available and falls back to an AbortController implementation for older runtimes.
AbortSignal.any
AbortController
Creates a signal that aborts when any of the input signals aborts.
Uses the native
AbortSignal.anywhen available and falls back to anAbortControllerimplementation for older runtimes.