funcool

A channel for discussing and asking questions about Funcool libraries https://github.com/funcool/
grav 2017-12-13T20:44:25.000234Z

Hey! Would you be interested in a client based directly on XMLHttpRequest as an alternative to the xhr one? I had some problems on Android with the one that uses goog.net.XhrIo on Android, maybe because of this issue: https://github.com/google/closure-library/issues/858, and I also opened another issue for another potential problem. In general I’m just thinking there’s no reason to not just use XMLHttpRequest directly. I’ve created a gist for now (and it’s not completely done), but I could turn it into a PR if you’re interested. https://gist.github.com/grav/1d9ea8d5cf08f014999273be3db6dfa5

fmjrey 2017-12-16T10:44:37.000015Z

@grav Why not creating an issue, since you did this to solve an existing issue, and link back to your gist and to the upstream issue in google closure? At least this will make it easy for other people to find your gist, and it documents the existing issue you faced. Then you can still make a PR.

grav 2017-12-19T07:56:18.000172Z

I’ve created a PR instead which links to the issues in the Google Closure project.

grav 2017-12-19T07:56:29.000288Z

https://github.com/funcool/httpurr/pull/19