Documentation
    Preparing search index...

    Interface DebounceBackOffBehaviorOptions

    interface DebounceBackOffBehaviorOptions {
        max?: number;
        inc(currentMS: number): number;
    }
    Index

    Properties

    Methods

    Properties

    max?: number

    An optional maximum time to reach.

    Number.MAX_SAFE_INTEGER
    

    Methods