A debounced function
Cancels pending function execution. Pending results will be rejected.
Optional reason to reject results with.
Causes any pending execution to fire on next runtime loop Subsequent calls will not defer this execution
Generated using TypeDoc
A debounced function