providerplaneai
    Preparing search index...
    • Sleeps for the requested delay and rejects early if the request is aborted.

      Parameters

      • ms: number

        Delay duration in milliseconds.

      • signal: AbortSignal | undefined

        Optional abort signal.

      • abortMessage: string

        Error message used when aborted.

      Returns Promise<void>

      Normalized helper result.

      Helper utility for delayWithAbort.