This symbol shall be used to install a listener for only monitoring 'error'
events. Listeners installed using this symbol are called before the regular
'error'
listeners are called.
Installing a listener using this symbol does not change the behavior once an
'error'
event is emitted, therefore the process will still crash if no
regular 'error'
listener is installed.
Emit event to another event
The event key
Data to pass to the event interceptor
context from the caller interceptor (needed for both client loop and timer)
data object that returned from all of the tirggered interceptors.
Add an Interceptor to an event
The event key
A filter object to intercept certain events
The interceptor
Remove and listener of an event name.
The event name to remove its one listener
Generated using TypeDoc
Sets or gets the default captureRejection value for all emitters.