stubborn-fetch
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -728,3 +728,3 @@ (function(self) { | ||
if (delay > 0) { | ||
_this2._log('info', 'delay retry for ' + delay + ' ms'); | ||
_this2._log('debug', 'delay retry for ' + delay + ' ms'); | ||
} | ||
@@ -905,3 +905,3 @@ window.setTimeout(resolve, delay); | ||
_this3._runRequestLoop().then(function (response) { | ||
_this3._log('info', 'success', { response: response }); | ||
_this3._log('debug', 'success', { response: response }); | ||
resolve(response); | ||
@@ -908,0 +908,0 @@ }).catch(function (error) { |
@@ -732,3 +732,3 @@ 'use strict'; | ||
if (delay > 0) { | ||
_this2._log('info', 'delay retry for ' + delay + ' ms'); | ||
_this2._log('debug', 'delay retry for ' + delay + ' ms'); | ||
} | ||
@@ -909,3 +909,3 @@ window.setTimeout(resolve, delay); | ||
_this3._runRequestLoop().then(function (response) { | ||
_this3._log('info', 'success', { response: response }); | ||
_this3._log('debug', 'success', { response: response }); | ||
resolve(response); | ||
@@ -912,0 +912,0 @@ }).catch(function (error) { |
{ | ||
"name": "stubborn-fetch", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"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
69967