Interface: EventCallbacks
The augmentable interface which describes the possible events and the shape of the event callbacks.
Properties
| Property | Type |
|---|---|
test-event | (arg: string) => void |
Events
| Event | Type | Description |
|---|---|---|
[captureRejectionSymbol] | (err: Error, event: EventName, ...args: any[]) => EventCallbackResult | The event which is emitted when a promise rejection occurs without being handled within an event callback. |