Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.abort.internal
Package-level
declarations
Functions
Functions
await
Cancellable
Link copied to clipboard
suspend
fun
<
T
:
JsAny
?
>
PromiseLike
<
T
>
.
awaitCancellable
(
controller
:
AbortController
)
:
T
create
Abortable
Link copied to clipboard
fun
<
T
:
Abortable
>
createAbortable
(
controller
:
AbortController
)
:
T
fun
<
T
:
Abortable
>
createAbortable
(
signal
:
AbortSignal
?
)
:
T
patch
Abort
Options
Link copied to clipboard
fun
<
T
:
Abortable
>
patchAbortOptions
(
options
:
T
?
,
controller
:
AbortController
)
:
T