toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-js
/
js.promise
/
Promise
/
Promise
Promise
constructor
(
executor
:
(
resolve
:
PromiseResolve
<
T
>
,
reject
:
PromiseReject
)
->
Unit
)
(
source
)
constructor
(
executor
:
(
resolve
:
PromiseResolve
<
T
>
)
->
Unit
)
(
source
)