We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b03f9 commit aa0166cCopy full SHA for aa0166c
lib/browser.js
@@ -0,0 +1 @@
1
+exports.XMLHttpRequest = XMLHttpRequest;
package.json
@@ -15,6 +15,7 @@
15
"type": "git",
16
"url": "git://github.com/driverdan/node-XMLHttpRequest.git"
17
},
18
+ "browser": "./lib/browser.js",
19
"bugs": "http://github.com/driverdan/node-XMLHttpRequest/issues",
20
"engines": {
21
"node": ">=0.4.0"
0 commit comments