whatwg-fetch
Advanced tools
Comparing version 3.6.18 to 3.6.19
@@ -572,3 +572,3 @@ (function (global, factory) { | ||
setTimeout(function() { | ||
reject(new TypeError('Network request failed')); | ||
reject(new TypeError('Network request timed out')); | ||
}, 0); | ||
@@ -575,0 +575,0 @@ }; |
@@ -566,3 +566,3 @@ /* eslint-disable no-prototype-builtins */ | ||
setTimeout(function() { | ||
reject(new TypeError('Network request failed')) | ||
reject(new TypeError('Network request timed out')) | ||
}, 0) | ||
@@ -642,2 +642,2 @@ } | ||
g.Response = Response | ||
} | ||
} |
{ | ||
"name": "whatwg-fetch", | ||
"description": "A window.fetch polyfill.", | ||
"version": "3.6.18", | ||
"version": "3.6.19", | ||
"main": "./dist/fetch.umd.js", | ||
@@ -6,0 +6,0 @@ "module": "./fetch.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
57422
1137