0.2.0 • Published 12 years ago

events-stream v0.2.0

Weekly downloads
14
License
-
Repository
github
Last release
12 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

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.1

12 years ago