context-emitter

0.0.1 • Public • Published

context-emitter stable

A simple extension of node's EventEmitter that permits setting the context of emitted events.

Installation

npm install context-emitter

Usage

ContextEmitter = require('context-emitter')

Returns the base class for the emitter.

emitter = new ContextEmitter([ctx])

You can either extend a class with ContextEmitter, or instantiate it directly. Either way, the first argument is optional and will set the context to run event handlers from.

emitter.ctx = context

Set the ctx property of the emitter to change emitted functions' contexts.

Readme

Keywords

none

Package Sidebar

Install

npm i context-emitter

Weekly Downloads

10

Version

0.0.1

License

MIT

Last publish

Collaborators

  • hughsk