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

Vanilla: remove invalid check of responseType #13

Merged
merged 1 commit into from
Mar 1, 2017
Merged

Vanilla: remove invalid check of responseType #13

merged 1 commit into from
Mar 1, 2017

Conversation

minad
Copy link
Contributor

@minad minad commented Feb 24, 2017

Hi @phadej,

I am sorry, but my original PR #9 didn't fix the issue with vanilla js but made the situation worse. At least it doesn't work for me anymore.

According to the XmlHttpRequest docs one has to set responseType before the request! Then one can just use xhr.response which will be either null or a valid object. See https://github.com/minad/servant-js/commit/a9922ac83cfcee83aabf06599264b7b3c693523b for a version which uses responseType correctly. Unfortunately this doesn't seem to be widely supported yet.

It worked before since I had onSuccess at the wrong place, which you pointed out. But then I probably didn't test the corrected version. Now onError is called always since responseType never equals json.

I recommend to merge this fix which removes the invalid check.

Daniel

@ghost ghost mentioned this pull request Feb 24, 2017
@minad
Copy link
Contributor Author

minad commented Mar 1, 2017

@phadej Is there anything holding this back?

@phadej phadej merged commit 9a17a33 into haskell-servant:master Mar 1, 2017
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