Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "minixhr", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "super simpel and small cross-browser xhr", | ||
@@ -5,0 +5,0 @@ "main": "minixhr.js", |
@@ -8,4 +8,3 @@ # minixhr | ||
function responseHandler (error, data, response, xhr, header) { | ||
if (error) console.error('timeout: ', error) | ||
function responseHandler (data, response, xhr, header) { | ||
console.log(data) | ||
@@ -12,0 +11,0 @@ } |
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
3355
31