mindee
    Preparing search index...

    Interface TimerOptions

    Optional timer settings used by polling delays.

    interface TimerOptions {
        ref?: boolean;
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    ref?: boolean

    Whether the timer should keep the event loop active.

    signal?: AbortSignal

    Optional signal used to abort timer waits.