Documentation
    Preparing search index...

    Class DebounceBackOffBehavior<T>

    A behavior that will increase the debounce time whenever events are received within the current time. It's best to be used in conjunction with the DebounceTrailingBehavior:class or the DebounceLeadingBehavior:class.

    --a--b---c----d----|

    debounce(5, [
    new DebounceBackOffBehavior({ inc: (ms) => ms * 2 }),
    new DebounceTrailingBehavior(),
    ])

    --T5-T10-T20--T40-d-

    Type Parameters

    • T

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods