Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-js
/
js.promise
/
PromiseResult
Promise
Result
web
sealed
interface
PromiseResult
<
out
T
:
JsAny
?
>
(
source
)
Inheritors
PromiseLike
Members & Extensions
Functions
await
Link copied to clipboard
web
inline suspend
fun
<
T
:
JsAny
?
>
PromiseResult
<
T
>
.
await
(
)
:
T
to
Promise
Link copied to clipboard
web
inline
fun
<
T
:
JsAny
?
>
PromiseResult
<
T
>
.
toPromise
(
)
:
Promise
<
T
>