enterprise-fetch

JSON →
library 2.0.2 ·javascript
verified Jun 7, 2026

A fetch wrapper that adds enterprise features like retry policy (exponential backoff), request timeout via AbortController, and request proxy. v2.0.2 is current, supports both browser and Node.js, ships ESM and CJS bundles, and includes TypeScript definitions. Differentiated from plain fetch by built-in configurable retry with minTimeout, factor, and maxTimeout, plus a doRetry callback for custom logic.