minipass-fetch

JSON →
library 6.0.0 ·javascript
verified Jun 7, 2026

An implementation of the WHATWG Fetch API for Node.js using Minipass streams. Version 6.0.0 requires Node >=22.22.2. This fork reimplements node-fetch with Minipass streams, offering faster and more deterministic timing. It differs from node-fetch by returning Minipass streams instead of Node core streams, and supports full TLS options for https requests. The API mirrors node-fetch, making it a drop-in replacement for streaming use cases.