Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.promise
/
Promise
/
Promise
Promise
constructor
(
executor
:
(
resolve
:
PromiseResolve
<
T
>
,
reject
:
PromiseReject
)
->
Unit
)
(
source
)
constructor
(
executor
:
(
resolve
:
PromiseResolve
<
T
>
)
->
Unit
)
(
source
)