catch

expect fun <S : JsAny?> catch(onRejected: (JsAny) -> S): Promise<S>
actual fun <S : JsAny?> catch(onRejected: (JsAny) -> S): Promise<S>