driverdan / node-XMLHttpRequest

XMLHttpRequest for node.js

Home Page:http://thedanexperiment.com/2009/10/04/emulating-xmlhttprequest-in-node-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xmlhttprequest conflict with Axios

cdesch opened this issue · comments

(Related issue with Axios as well)

Adding "xmlhttprequest": "^1.8.0", with axios causes unexpected behavior with json responses. response.data is undefined.

Is there a default setting that can be set?