windowonerror
v1.0.0
Published
An easy way to attach an error handler to window.onError
Downloads
4
Readme
onError
Safely attach a handler to window.onerror
regardless of existing handlers.
It will also rebind to window.onerror
if another party clobbers it.
Installation
$ npm install wcjohnson11/onerror
API
onError(fn)
Call fn
when an error is thrown on the page.
License
ISC