wappsto-redux
Advanced tools
Comparing version 4.3.0 to 4.3.1
@@ -377,3 +377,3 @@ "use strict"; | ||
Object.keys(pendingRequestsCache).forEach(function (key) { | ||
if (pendingRequestsCache[key].options.abortable !== false) { | ||
if (pendingRequestsCache[key].options.abortable !== false && pendingRequestsCache[key].options.controller) { | ||
pendingRequestsCache[key].options.controller.abort(); | ||
@@ -380,0 +380,0 @@ } |
{ | ||
"name": "wappsto-redux", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
118182