Skip to content

bladerunner2020/event-emitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventEmitter for iRidium mobile

Implementation of EventEmitter for iRidium mobile. The description of EventEmitter can be found at Node JS EventEmitter

Restrictions

The following methods and properties not implemented:

  • EventEmitter.defaultMaxListeners
  • emitter.getMaxListeners()
  • emitter.setMaxListeners(n)
  • emitter.rawListeners(eventName)
  • events.once(emitter, name) (don't confuse with emitter.once)

Authors

About

Implementation of EventEmitter for Iridium Mobile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published