Private
#incPrivate
#maxPrivate
#startingMSThis is will be called once for every chunk received and before the timer has been set.
Whether or not the current chunk was queued to the next Readable.
Optional
timer?: numberThe timer Id/handle.
Generated using TypeDoc
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.
See
debounce:function
Example