Kotlin Wrappers API Reference
Toggle table of contents
js
web
Target filter
js
web
Switch theme
Search in API
kotlin-js
/
js.promise
/
toResult
to
Result
js
web
suspend
fun
<
T
>
PromiseLike
<
T
>
.
toResult
(
)
:
Result
<
T
>
(
source
)
fun
<
T
:
JsAny
?
>
PromiseSettledResult
<
T
>
.
toResult
(
)
:
Result
<
T
>
(
source
)