Closure Library API Documentation
Go to class or file:
throttle.js
No description.
Useful links
Demo
Source Code
Git
File Location
/goog/async/throttle.js
Classes
goog.Throttle
A deprecated alias.
goog.async.Throttle
Throttle will perform an action that is passed in no more than once per interval (specified in milliseconds). If it gets multiple signals to perform the action while it is waiting, it will only perform the action once at the end of the interval.
Directory async
File Reference