Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
elide.runtime.intrinsics.js
/
JsPromise
/
then
then
abstract
fun
then
(
onFulfilled
:
(
T
)
->
Unit
,
onCatch
:
(
Throwable
)
->
Unit
?
=
null
)
:
JsPromise
<
T
>
abstract
fun
then
(
onFulfilled
:
Value
,
onCatch
:
Value
?
=
null
)
:
JsPromise
<
T
>
TBD.