0.2.0 • Published 13 years ago

events-stream v0.2.0

Weekly downloads
14
License
-
Repository
github
Last release
13 years ago

events-stream

A stream of DOM events

Example

var events = require("events-stream")

// Keys is a readable stream that emits all keypress events dispatched from
// document.body
var keys = events(document.body, "keypress")

Installation

npm install events-stream

Contributors

  • Raynos

MIT Licenced

0.2.0

13 years ago

0.1.1

13 years ago

0.1.0

13 years ago

0.0.1

13 years ago