Initializes a new AggregateSignal.
Rest ...abortSignals: (undefined | AbortSignal)[]The AbortSignals to aggregate.
Optional abortedThe first AbortSignal of those passed in to have aborted.
Optional Readonly signalThe aggregate AbortSignal.
If only a single valid AbortSignal was passed, it will be that signal.
If any of the signals passed was already aborted, it will be the first match in the array.
If no valid AbortSignals were passed,
it will be undefined.
Generated using TypeDoc
A helper class to create an AbortSignal which will abort when any of the signals passed to its constructor do.