Comparing version 1.0.0 to 1.1.0
@@ -1,2 +0,2 @@ | ||
var xhr = require('xhrpolyfill'); | ||
var XMLHttpRequest = require('xhrpolyfill'); | ||
@@ -17,2 +17,3 @@ module.exports = function xhr2 (params, callback) { | ||
}; | ||
var xhr = XMLHttpRequest(); | ||
if (!xhr) { return null }; | ||
@@ -19,0 +20,0 @@ xhr.open(args.method,args.url); |
{ | ||
"name": "minixhr", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "super simpel and small cross-browser xhr", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2390
24