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
:
unknown
,
...
args
:
unknown
[]
)
=>
void
)
;
onRejected
:
undefined
|
(
(
reason
:
unknown
,
...
args
:
unknown
[]
)
=>
void
)
;
}
Index
Properties
on
Fulfilled
on
Rejected
Properties
on
Fulfilled
on
Fulfilled
:
undefined
|
(
(
fulfilment
:
unknown
,
...
args
:
unknown
[]
)
=>
void
)
on
Rejected
on
Rejected
:
undefined
|
(
(
reason
:
unknown
,
...
args
:
unknown
[]
)
=>
void
)
Settings
Member Visibility
Alpha
Internal
Theme
OS
Light
Dark
On This Page
Properties
on
Fulfilled
on
Rejected
API documentation of Agoric SDK
Loading...