Comparing version 0.3.6 to 0.3.7
@@ -12,7 +12,7 @@ /*global window*/ | ||
} | ||
, XHR = window.XMLHttpRequest | ||
, _window = typeof window === "undefined" ? {} : window | ||
, XHR = _window.XMLHttpRequest || noop | ||
, XDR = "withCredentials" in (new XHR()) ? | ||
window.XMLHttpRequest : window.XDomainRequest | ||
_window.XMLHttpRequest : _window.XDomainRequest | ||
createXHR.defaults = {} | ||
@@ -19,0 +19,0 @@ |
{ | ||
"name": "xhr", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "small xhr abstraction", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
6602
82