Constructor
new EventEmitter()
- Source:
Class for managing events. Can be extended to provide event functionality in other classes.
Methods
(static) noConflict() → {function}
- Source:
Reverts the global EventEmitter to its previous value and returns a reference to this version.
Returns:
Non conflicting EventEmitter class.
- Type
- function