retry-fetch retries a failed fetch() call with exponential backoff and jitter, up to a configurable limit. Zero dependencies, works in the browser and node.js.
{
"name": "retry-fetch",
"version": "3.1.0",
"description": "Fetch wrapper with exponential backoff and configurable retry limits.",
"main": "index.js",
"license": "MIT"
}