Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow catch surpressed errors #18

Open
sean-roberts opened this issue Apr 18, 2015 · 1 comment
Open

Allow catch surpressed errors #18

sean-roberts opened this issue Apr 18, 2015 · 1 comment

Comments

@sean-roberts
Copy link
Owner

Facebook for example overrides the window.onerror function. It could be useful/interesting/fun to override that function before/after the client scripts override it so we could bring to light any, typically suppressed, errors.

@sean-roberts
Copy link
Owner Author

One interesting thing that could be added is to have the toString() call return the original override's string representation. Just in case there are any dirty checks for that or so that we can try to be as not invasive as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant