debounce()Creates a debounced copy of the function which when called will delay the execution until the specified amount of milliseconds have elapsed since the last time it was called.
This function is valid in v2.16.0 to v2.24.3. This function has been downloaded 67 times.fnCallback.undefined
true if both the initial calls and the trailing calls should invoke the fnCallback function. Specify false if only the initial calls should invoke the fnCallback function. If not specified or specified as null or undefined only the trailing calls will invoke fnCallback.fnCallback.This function directly requires the following function which is included automatically:
throttle()This function is directly required by the following function:
throttle()