Debouncing behavior to queue the leading event.
debounce:function
--a-b-c--T20-d--|debounce(20, new DebounceLeadingBehavior())--a----------d--- Copy
--a-b-c--T20-d--|debounce(20, new DebounceLeadingBehavior())--a----------d---
This is will be called once for every chunk received and before the timer has been set.
Generated using TypeDoc
Debouncing behavior to queue the leading event.
See
debounce:function
Example