zy-fetch

JSON →
library 1.8.3 ·javascript
verified Jun 7, 2026

A fetch API-based HTTP client for browser and Node.js that supports request/response interceptors, automatic transform, timeout, and retry. Current stable version is 1.8.3. It uses XMLHttpRequest as a fallback in older browsers and node-fetch in Node.js. Key differentiators include built-in support for interceptors, automatic search params building, and concurrency methods like fetch.all and fetch.spread. The library offers global configuration and instance creation similar to axios but built on top of the fetch API.