Calls the given function once, after the optional pause.
The function is always called asynchronously, even if the delay is 0. This
is a common trick to schedule a function to run after a batch of browser
event processing.
Arguments:
Returns: number
A handle to the timer ID.
|
code » | ||||
![]()
Clears a timeout initiated by callOnce
Arguments:
|
code » |