true - Should the Bus throw an error when an event is emitted and there are no listeners for the event
true
"Anonymous" - A name for the bus. Included in warn/info/error potential memory leak messages and unhandled event errors thrown
"Anonymous"
ListenerThresholds
Logger [console] - How to log potential memory leaks, if thresholds are < Infinity
console
should memory leak warnings be output on every listener added above the thresholds, or only at intervals
Optional
Generated using TypeDoc
Prop
true
- Should the Bus throw an error when an event is emitted and there are no listeners for the eventProp
"Anonymous"
- A name for the bus. Included in warn/info/error potential memory leak messages and unhandled event errors thrownProp
ListenerThresholds
Prop
Logger [
console
] - How to log potential memory leaks, if thresholds are < InfinityProp
should memory leak warnings be output on every listener added above the thresholds, or only at intervals