kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.dom
/
WindowOrWorkerGlobalScope
/
setTimeout
set
Timeout
abstract
fun
setTimeout
(
handler
:
String
,
timeout
:
Int
,
vararg
arguments
:
JsAny
?
)
:
Int
(
source
)
abstract
fun
setTimeout
(
handler
:
(
)
->
JsAny
?
,
timeout
:
Int
,
vararg
arguments
:
JsAny
?
)
:
Int
(
source
)