Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.promise
/
catch
catch
inline
fun
<
T
:
JsAny
?
>
Promise
<
T
>
.
catch
(
noinline
onRejected
:
(
JsErrorLike
?
)
->
T
)
:
Promise
<
T
>
(
source
)