Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-web
/
web.abort.internal
/
createCancellablePromise
create
Cancellable
Promise
fun
<
T
:
JsAny
?
>
createCancellablePromise
(
abortable
:
AbortableLike
,
block
:
suspend
CoroutineScope
.
(
)
->
T
)
:
Promise
<
T
>
(
source
)