The number of milliseconds to delay.
The function to debounce.
Returns the new debounced function.
Creates a debounced function that delays invoking func until after wait
milliseconds have elapsed since the last time the debounced function was
invoked. Delayed function invocation might be cancelled by calling cancel method.
The number of milliseconds to delay.
Returns the new debounced function.
Generated using TypeDoc
Creates a debounced function that delays invoking
funcuntil afterwaitmilliseconds have elapsed since the last time the debounced function was invoked. Delayed function invocation might be cancelled by calling cancel method.