You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")