wonderful-fetch

JSON →
library 2.0.5 ·javascript
verified Jun 7, 2026

A powerful wrapper around the native fetch API that works in both Node.js (>=18) and browser environments. Current stable version is 2.0.5, released actively by ITW Creative Works. Key differentiators include automatic JSON response parsing, retries with exponential backoff, request timeouts via AbortController, authorization header management (auto-prefixes 'Bearer '), query parameter building, cache busting, file downloads (Node.js only), and enriched error objects with HTTP status codes. Designed to simplify common fetch patterns while retaining full flexibility.