fetch-retry
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "fetch-retry", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Adds retry functionality to the Fetch API", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/jonbern/fetch-retry.git", |
@@ -16,3 +16,3 @@ # fetch-retry | ||
## Example | ||
`fetch-retry` works the same way as `fetch`, but also accepts `retries` and `retryDelay` on the options object. If omitted, they will default to 3 retries with a retry delay of 1000 ms. | ||
`fetch-retry` works the same way as `fetch`, but also accepts `retries` and `retryDelay` in the `options` argument. When omitted it will default to 3 retries with a 1000ms retry delay. | ||
@@ -19,0 +19,0 @@ ```javascript |
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
12239