Stubborn Fetch

JSON →
library 0.2.8 ·javascript
verified Jun 7, 2026

A lightweight fetch wrapper that adds configurable retry logic to HTTP requests. Version 0.2.8 is the latest stable release, with no regular release cadence. It supports exponential backoff, customizable retry conditions based on status codes or network failures, and global error limits. Unlike more opinionated libraries like axios-retry, stubborn-fetch offers fine-grained control over retry timing and per-request options while remaining minimal in size.