Add setTimeout() with 2 parameters.
This commit is contained in:
@@ -25,7 +25,8 @@ class NumberFormatException() : Exception() {}
|
|||||||
|
|
||||||
native
|
native
|
||||||
fun setTimeout(callback : ()-> Unit) {}
|
fun setTimeout(callback : ()-> Unit) {}
|
||||||
|
native
|
||||||
|
fun setTimeout(callback : ()-> Unit, ms : Int) {}
|
||||||
native
|
native
|
||||||
fun setInterval(callback : ()-> Unit, ms : Int) {}
|
fun setInterval(callback : ()-> Unit, ms : Int) {}
|
||||||
native
|
native
|
||||||
|
|||||||
Reference in New Issue
Block a user