Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-js
/
js.coroutines.internal
/
createIsolatedPromise
create
Isolated
Promise
web
fun
<
R
:
JsAny
?
>
createIsolatedPromise
(
block
:
suspend
CoroutineScope
.
(
)
->
R
)
:
Promise
<
R
>
(
source
)