Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/zone
PromiseWatcher
Interface PromiseWatcher
interface
PromiseWatcher
{
onFulfilled
:
undefined
|
(
(
fulfilment
,
...
args
)
=>
void
)
;
onRejected
:
undefined
|
(
(
reason
,
...
args
)
=>
void
)
;
}
Index
Properties
on
Fulfilled
on
Rejected
Properties
on
Fulfilled
on
Fulfilled
:
undefined
|
(
(
fulfilment
,
...
args
)
=>
void
)
Type declaration
(
fulfilment
,
...
args
)
:
void
Parameters
fulfilment
:
unknown
Rest
...
args
:
unknown
[]
Returns
void
on
Rejected
on
Rejected
:
undefined
|
(
(
reason
,
...
args
)
=>
void
)
Type declaration
(
reason
,
...
args
)
:
void
Parameters
reason
:
unknown
Rest
...
args
:
unknown
[]
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
on
Fulfilled
on
Rejected
API documentation of Agoric SDK
Loading...