Status: Maintainer Needed
Node's event emitter for all engines.
npm install events
var EventEmitter = require('events')
Note that the events
module uses ES5 features. If you need to support very old browsers like IE8, use a shim like es5-shim
. You need both the shim and the sham versions of es5-shim
.
See the Node.js EventEmitter docs. events
currently matches the Node.js 10.1 API.