stubborn-fetch
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -786,3 +786,3 @@ (function(self) { | ||
// Check for error again, in case some condition changed while we were delaying | ||
// For example, another request may have pushed over the totalRequestTimeLimit limit | ||
// For example, we might now be over the totalRequestTimeLimit limit | ||
this._requestGuard(); | ||
@@ -905,3 +905,3 @@ | ||
_this3._runRequestLoop().then(function (response) { | ||
_this3._log('debug', 'success', { response: response }); | ||
_this3._log('info', 'success', { response: response }); | ||
resolve(response); | ||
@@ -908,0 +908,0 @@ }).catch(function (error) { |
@@ -790,3 +790,3 @@ 'use strict'; | ||
// Check for error again, in case some condition changed while we were delaying | ||
// For example, another request may have pushed over the totalRequestTimeLimit limit | ||
// For example, we might now be over the totalRequestTimeLimit limit | ||
this._requestGuard(); | ||
@@ -909,3 +909,3 @@ | ||
_this3._runRequestLoop().then(function (response) { | ||
_this3._log('debug', 'success', { response: response }); | ||
_this3._log('info', 'success', { response: response }); | ||
resolve(response); | ||
@@ -912,0 +912,0 @@ }).catch(function (error) { |
{ | ||
"name": "stubborn-fetch", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Fetch wrapper with built in retry", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.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
69933