@shopify/cli-kit
    Preparing search index...

    Variable AbortSignalConst

    AbortSignal: new () => AbortSignal = globalThis.AbortSignal

    The AbortSignal interface represents a signal object that allows you to communicate with a DOM request (such as a fetch request) and abort it if required via an AbortController object.

    Note that AbortSignal cannot be constructed directly. Get one from an AbortController's signal property or from the static helpers such as AbortSignal.timeout().

    Type Declaration

      • new (): AbortSignal
      • Returns AbortSignal