A helper class to create an AbortSignal which will abort when any of the signals passed to its constructor do.

Hierarchy

  • AggregateSignal

Constructors

Properties

Constructors

Properties

abortedSignal?: AbortSignal

The first AbortSignal of those passed in to have aborted.

signal?: AbortSignal

The aggregate AbortSignal.

Remarks

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