kotlin-stdlib
JS
kotlin-stdlib
/
kotlin.js
/
Promise
/
catch
catch
JS
open
fun
<
S
>
catch
(
onRejected
:
(
Throwable
)
->
S
)
:
Promise
<
S
>