Kotlin Wrappers API Reference
Toggle table of contents
js
wasmJs
web
Target filter
js
wasmJs
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-js
/
js.disposable
/
AsyncDisposable
Async
Disposable
js
wasmJs
web
actual
external
interface
AsyncDisposable
(
source
)
Inheritors
Mixin
actual
external
interface
AsyncDisposable
:
JsAny
(
source
)
Inheritors
Mixin
expect
interface
AsyncDisposable
:
<ERROR CLASS> ERROR CLASS: Symbol not found for JsAny
(
source
)
Inheritors
Mixin
Members
Members & Extensions
Types
Mixin
Link copied to clipboard
js
wasmJs
web
actual
interface
Mixin
:
AsyncDisposable
actual
interface
Mixin
:
AsyncDisposable
@
SubclassOptInRequired
(
markerClass
=
[
InternalApi::class
]
)
expect
interface
Mixin
:
AsyncDisposable
Functions
[@@async
Dispose]
Link copied to clipboard
js
abstract
fun
[@@asyncDispose]
(
)
:
PromiseLike
<
Void
>
[@@async
Dispose]
Link copied to clipboard
web
fun
AsyncDisposable
.
[@@asyncDispose]
(
)
:
PromiseLike
<
Void
>