Returns the supplied function wrapped in a that runs only once, after a delay.
delay
Repeated calls to this function within the delay period will reset the timeout, effectively delaying the call of the original function.
Returns the supplied function wrapped in a that runs only once, after a
delay
.Repeated calls to this function within the delay period will reset the timeout, effectively delaying the call of the original function.