nodeify-fetch
JSON →A Node.js package that wraps the Fetch API to provide a Readable stream interface for response bodies, using the native fetch in browsers and node-fetch in Node.js. Current stable version is 3.1.0. Since version 3.0, it is ESM-only; version 2.x is available for CommonJS. It differs from standard fetch by patching the .body property to return a Node.js Readable stream.
Resources
packagenodeify-fetch ↗