Fork me on GitHub
#funcool
<
2017-12-13
>
grav20:12:25

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

fmjrey10:12:37

@U052XLL3A 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.

grav07:12:18

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