Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

PS: The monitorEvents helper function is a nice thing in Chrome. But that's not so hard to do inline using e.g.:

    foo.addEventListener("mousemove", function (event) { console.log(this,event); })
It's only a few characters more than:

    monitorEvents(foo,"mousemove")


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: