Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.abort.internal
/
createAbortable
create
Abortable
fun
<
T
:
Abortable
>
createAbortable
(
signal
:
AbortSignal
?
)
:
T
(
source
)
fun
<
T
:
Abortable
>
createAbortable
(
controller
:
AbortController
)
:
T
(
source
)