Logos DX
    Preparing search index...

    Type Alias WaitWithAbortOptions<T, U>

    type WaitWithAbortOptions<T = undefined, U = T> = {
        ms: number;
        signal?: AbortSignal;
        throwOnAbort?: string | Error;
        value?: T;
        valueOnAbort?: U;
    }

    Type Parameters

    • T = undefined
    • U = T
    Index

    Properties

    ms: number
    signal?: AbortSignal
    throwOnAbort?: string | Error
    value?: T
    valueOnAbort?: U