browserify / http-browserify

node's http module, but for the browser
MIT License
244 stars 110 forks source link

Use XDomainRequest in browsers which can't CORS with XMLHttpRequest #55

Open gobengo opened 10 years ago

gobengo commented 10 years ago

3 has been open and unresponded to for three years. I +1d it, but went to use that fork and realized it didn't really even work.

This pull request is up to date with 1.4.1, and I've tested it a good amount in IE9 while working on https://github.com/gobengo/chronos-stream, and more important will continue to maintain it for my job @Livefyre in the forseeable future.

@substack, now with some legwork into this, will you please respond and say whether you find this change in scope appropriate for http-browserify and the OOB 'http' builtin?

If you never want it in the builtin, we can close this PR and folks can just use http-browserify-xdr manually if they want. But at least this issue will be here for posterity.

If you are supportive, I'll get the README changes out of this PR that I made.