https://github.com/ryanseddon/sourcemap-onerror
Lookup original location from window.onerror by querying source map
https://github.com/ryanseddon/sourcemap-onerror
Last synced: about 1 month ago
JSON representation
Lookup original location from window.onerror by querying source map
- Host: GitHub
- URL: https://github.com/ryanseddon/sourcemap-onerror
- Owner: ryanseddon
- License: mit
- Created: 2013-08-29T12:01:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-07T07:23:57.000Z (over 11 years ago)
- Last Synced: 2025-04-11T12:21:29.414Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://ryanseddon.github.io/sourcemap-onerror/
- Size: 160 KB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Source Map onerror
=================Lookup original location from window.onerror by querying source map. Only works in browsers which support the 4th argument (column number). Chrome Canary and Opera Developer.