-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
Using the browser-request module in IE11 causes an InvalidStateError to occur.
The request code looks like this:
var options = {
url: "....",
json: true,
timeout: 2000
};
request.get(options, function(err, res, obj) {
// Error occurs before here
});
I have a nodejs module that requires the "request" module which on the browser (via browserify) uses the browser-request module. I've mapped this module correlation in my package.json like this:
"browser": {
"request": "browser-request"
}
Note that the request actually appears to work just fine, but IE logs an error
Here is a screenshot of the error in IE11 Developer Tools
theopolisme and marcelolittlejoey
Metadata
Metadata
Assignees
Labels
No labels