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