browserify / http-browserify

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

Change getResponse to return xhr.response if responseType == 'blob' and ... #15

Closed coverslide closed 11 years ago

coverslide commented 11 years ago

...responseBlob doesn't exist

responseBlob doesn't exist in the latest Chrome. I'm thinking responseBlob is deprecated, as it was part of the deprecated BlobBuilder API