Class type Goog.Async.delay
class type delay = object..end
Inherits
method disposeInternal : unit Js.meth
method fire : unit Js.meth
method fireIfActive : unit Js.meth
method isActive : bool Js.t Js.meth
method start : int Js.opt -> unit Js.meth
Starts the delay timer. The provided listener function will be called after the specified interval. Calling start on an active timer will reset the delay interval. code
method stop : unit Js.meth
