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

Remove confusing error binding #1

Closed
wants to merge 1 commit into from

Conversation

GeorgeTaveras1231
Copy link

The top of the code seem to suggest that we are extending the error thrown by self.EventTarget = (new EventTarget).constructor. This changes makes it clearer that this error is unused.

The top of the code seem to suggest that we are extending the error thrown by `self.EventTarget = (new EventTarget).constructor`. This changes makes it clearer that this error is unused.
@WebReflection
Copy link
Member

WebReflection commented Mar 23, 2019

IIRC that would leak a global _error in IE < 9 so, since it brings practically no improvements over a name chosen to avoid side effects on legacy, I think I'll close this 👋

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

Successfully merging this pull request may close these issues.

None yet

2 participants