Interface TimeoutOptions

interface TimeoutOptions {
    abortSignal?: AbortSignal;
    delay: number;
}

Properties

Properties

abortSignal?: AbortSignal

An AbortSignal to trigger cancellation

delay: number

Set a delay for cancellation