browserify / http-browserify

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

Fix xhr.responseType set before xhr.open #61

Closed bmpvieira closed 2 years ago

bmpvieira commented 9 years ago

Not a problem with Chrome, but in Firefox setting it before doesn't work. See: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/HTML_in_XMLHttpRequest#Usage

cameronr commented 9 years ago

any word on getting this PR (or #66) merged in? It's not a fun issue to discover and debug only to find that the fix already exists but hasn't been integrated.