CCC Docs
    Preparing search index...

    Function abortSignalAny

    • 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.

      Parameters

      • signals: readonly AbortSignal[]

      Returns AbortSignal