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

New alternative xhr client #19

Merged
merged 1 commit into from Dec 25, 2017
Merged

New alternative xhr client #19

merged 1 commit into from Dec 25, 2017

Conversation

grav
Copy link
Contributor

@grav grav commented Dec 19, 2017

New XHR client for browsers, using XMLHttpRequest directly instead of relying on the wrapper in the Google Closure library.

The motivation stems from issues with Google's implementation on Android.

google/closure-library#858

google/closure-library#859

@niwinz niwinz merged commit 036738e into funcool:master Dec 25, 2017
@niwinz
Copy link
Member

niwinz commented Dec 25, 2017

Thanks, nice job. I will bump the version in 2 weeks (i'm on my holidays right now so i can't do it :( )

@niwinz
Copy link
Member

niwinz commented Dec 25, 2017

FYI im working on an alternative http client based on streams, with more simplier implementation and with support for canceling requests: https://github.com/funcool/rxhttp ; it is still work in progress, and im probably por this PR to rxhttp also!

@grav
Copy link
Contributor Author

grav commented May 28, 2018

@niwinz Hey Andrey, can you bump httpurr to include this client? :-)

@niwinz
Copy link
Member

niwinz commented Jun 2, 2018

@grav done

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