apiRTC
apiRTC
/
com.apizee.apiRTC
/
Promise
/
then
then
fun
then
(
onFulfilled
:
(
value
:
Any
)
->
Any
=
{ it }
)
:
Promise
Content copied to clipboard
fun
then
(
onFulfilled
:
(
value
:
Any
)
->
Any
,
onRejected
:
(
reason
:
Any
)
->
Any
)
:
Promise
Content copied to clipboard