Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "leadfoot", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Leadfoot. A JavaScript client library that brings cross-platform consistency to the Selenium WebDriver API.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -60,2 +60,8 @@ /* global document:false */ | ||
} | ||
else { | ||
// At least Selenium 2.41.0 - 2.42.2 running as a grid hub will throw an exception and drop the current | ||
// session if a Content-Length header is not provided with a DELETE or POST request, regardless of whether | ||
// the request actually contains any request data. | ||
kwArgs.headers['Content-Length'] = 0; | ||
} | ||
@@ -62,0 +68,0 @@ var trace = {}; |
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
193486
5104