Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-web
/
web.abort.internal
Package-level
declarations
Functions
Functions
create
Cancellable
Promise
Link copied to clipboard
fun
<
T
:
ERROR CLASS: Symbol not found for JsAny?
?
>
createCancellablePromise
(
signal
:
AbortSignal
,
block
:
suspend
CoroutineScope
.
(
)
->
T
)
:
Promise
<
T
>