toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-js
/
js.promise
/
PromiseResult
Promise
Result
sealed
external
interface
PromiseResult
<
out
T
>
(
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
>
PromiseResult
<
T
>
.
toPromise
(
)
:
Promise
<
T
>