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 intentional throw on native XHR ... #572

Merged
merged 1 commit into from
May 10, 2016

Conversation

benvinegar
Copy link
Contributor

This was for debugging purposes (to track down errant XHRs in test code), and will always throw unless install() was called (most users).

facepalm

cc @mattrobenolt @tkaemming

This was for debugging purposes, and will always throw unless `install()` was called (most users).
@mattrobenolt
Copy link
Contributor

will always throw unless install() was called (most users).

Why would this be most users? I'm assuming most uses call install()?

@mattrobenolt
Copy link
Contributor

I mean, either way 👍 since this is obviously not intended to be there.

@benvinegar benvinegar merged commit 7ebc82f into master May 10, 2016
@benvinegar benvinegar deleted the remove-errant-debug-code branch May 10, 2016 22:38
@benvinegar
Copy link
Contributor Author

Why would this be most users? I'm assuming most uses call install()?

Yes. This is why we've gotten this far without anyone complaining (I discovered this myself).

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.

2 participants