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