Comparing version 1.9.0 to 1.10.0
@@ -78,2 +78,8 @@ var window = require("global/window") | ||
} | ||
if ("beforeSend" in options && | ||
typeof options.beforeSend === "function" | ||
) { | ||
options.beforeSend(xhr) | ||
} | ||
@@ -80,0 +86,0 @@ xhr.send(body) |
{ | ||
"name": "xhr", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"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
9594
126