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.
2 parents 5dfb452 + aa0166c commit a88264aCopy full SHA for a88264a
lib/browser.js
@@ -0,0 +1 @@
1
+exports.XMLHttpRequest = XMLHttpRequest;
package.json
@@ -12,6 +12,7 @@
12
"type": "git",
13
"url": "git://github.com/driverdan/node-XMLHttpRequest.git"
14
},
15
+ "browser": "./lib/browser.js",
16
"bugs": "http://github.com/driverdan/node-XMLHttpRequest/issues",
17
"engines": {
18
"node": ">=0.4.0"
0 commit comments