extra-fetch

JSON →
library 5.2.0 ·javascript
verified Jun 7, 2026

A drop-in replacement for the global fetch API in Node.js, providing enhanced features such as HTTP/2 support, logging, and compatibility with experimental fetch implementations. Version 5.2.0 requires Node.js >=22 and ships TypeScript types. The library exports the standard fetch, Headers, Request, Response, FormData, AbortController, Blob, and EventSource, with HTTP/2 enabled by default and configurable logging via environment variables. It differentiates itself by offering a seamless upgrade path for Node.js fetch with minimal configuration.