@pengzhanbo/utils - v3.9.0
    Preparing search index...

    Interface UntilOptions

    interface UntilOptions {
        interval?: number;
        signal?: AbortSignal;
        timeout?: number;
    }
    Index
    interval?: number

    The interval between condition checks in milliseconds.

    两次条件检查之间的间隔毫秒数

    100
    
    signal?: AbortSignal

    The signal to abort the polling.

    中止轮询的信号

    timeout?: number

    The maximum time in milliseconds to wait before rejecting with a TimeoutError.

    在抛出 TimeoutError 之前等待的最大毫秒数