Function debounceByPromise

  • Takes an Observable that may emit multiple times in a single frame/tick (like for a synchronous array), and returns one emitting only the final emission of each frame.

    Type Parameters

    • T

    Parameters

    • obs: Observable<T>

    Returns Observable<T>

Generated using TypeDoc