import <html.idl;
|
| long | setTimeout (Function handler, optional long timeout=0, any... arguments) |
| |
| long | setTimeout (DOMString handler, optional long timeout=0, any... arguments) |
| |
| void | clearTimeout (optional long handle=0) |
| |
| long | setInterval (Function handler, optional long timeout=0, any... arguments) |
| |
| long | setInterval (DOMString handler, optional long timeout=0, any... arguments) |
| |
| void | clearInterval (optional long handle=0) |
| |
Definition at line 1671 of file html.idl.
◆ clearInterval()
| void WindowTimers::clearInterval |
( |
optional long |
handle = 0 | ) |
|
◆ clearTimeout()
| void WindowTimers::clearTimeout |
( |
optional long |
handle = 0 | ) |
|
◆ setInterval() [1/2]
| long WindowTimers::setInterval |
( |
DOMString |
handler, |
|
|
optional long |
timeout = 0, |
|
|
any... |
arguments |
|
) |
| |
◆ setInterval() [2/2]
| long WindowTimers::setInterval |
( |
Function |
handler, |
|
|
optional long |
timeout = 0, |
|
|
any... |
arguments |
|
) |
| |
◆ setTimeout() [1/2]
| long WindowTimers::setTimeout |
( |
DOMString |
handler, |
|
|
optional long |
timeout = 0, |
|
|
any... |
arguments |
|
) |
| |
◆ setTimeout() [2/2]
| long WindowTimers::setTimeout |
( |
Function |
handler, |
|
|
optional long |
timeout = 0, |
|
|
any... |
arguments |
|
) |
| |
The documentation for this interface was generated from the following file: