request / request-promise

The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.
ISC License
4.77k stars 297 forks source link

Edge Issue with request-promise #322

Open EJAtPhunWare opened 5 years ago

EJAtPhunWare commented 5 years ago

I'm receiving "Unable to get property 'getReader' of undefined or null reference" when sending multiple requests on edge, where it works perfectly on chrome.

the error seams to happen in response.js at line 92 where it reads:

var reader = response.body.getReader(); read();

dependency versions: request 2.88.0 request-promise 4.2.4