Closure Library API Documentation
Go to class or file:
delay.js
No description.
Useful links
Demo
Source Code
Git
File Location
/goog/async/delay.js
Classes
goog.Delay
A deprecated alias.
goog.async.Delay
A Delay object invokes the associated function after a specified delay. The interval duration can be specified once in the constructor, or can be defined each time the delay is started. Calling start on an active delay will reset the timer.
Directory async
File Reference