node-fetch-backoff

JSON →
library 0.2.0 ·javascript
verified Jun 7, 2026

A wrapper around node-fetch that adds automatic retries with exponential backoff. Version 0.2.0 is the latest. It allows configurable delay, retry count, custom success checks, and error/response retry conditions. Useful for handling transient network failures in Node.js HTTP clients.