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.
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.
Creates an interval whose callback compares the current stats with the previous stats and notifies all listeners in case of changes.
Refs all stored intervals.
Registers a listener and assigns it an interval.
Unrefs all stored intervals.
Unregisters all listeners and clears all assigned intervals.
Unregisters the listener and clears the assigned interval.
Generated using TypeDoc
Sets or gets the default captureRejection value for all emitters.