Skip to content

Node's event emitter for all engines.

License

Notifications You must be signed in to change notification settings

xiaogeneral/events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

events Build Status

Node's event emitter for all engines.

Install

npm install events

Usage

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.

API

See the Node.js EventEmitter docs. events currently matches the Node.js 10.1 API.

License

MIT

About

Node's event emitter for all engines.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%