Node Fetch
A light-weight module that brings window.fetch to Node.js
Contribute
Become a financial contributor.
Financial Contributions
Top financial contributors
Individuals
$185 USD since Aug 2021
$185 USD since Oct 2021
$181.42 USD since Oct 2024
$140 USD since Jan 2021
$140 USD since Jan 2022
$20 USD since Oct 2020
$20 USD since May 2024
$15 USD since Aug 2020
$15 USD since Jan 2021
$15 USD since Feb 2022
Organizations
$3,175.46 USD since May 2021
$220 USD since Mar 2021
$185 USD since Aug 2021
$33 USD since Nov 2020
$30 USD since Aug 2021
$25 USD since Apr 2023
Node Fetch is all of us
Our contributors 31
Thank you for supporting Node Fetch.
David Frank
Jimmy Wärting
Gregor Martynus
Richie Bendall
Antoni Kepinski
GitHub Sponsors
$3,175 USD
Third Iron
$220 USD
François Hodi...
Backer
$185 USD
Open Collective
Backer
$185 USD
Rodrigo Perondi
Backer
$185 USD
cocopon
$181 USD
Konrad Kruk
Backer
$140 USD
Budget
Transparent and open finances.
Credit from Third Iron to Node Fetch •
Credit from GitHub Sponsors to Node Fetch •
Credit from cocopon to Node Fetch •
$3,893.20 USD
$3,893.20 USD
--.-- USD
$618.64 USD
About
node-fetch
A light-weight module that brings window.fetch to Node.js
Features
- Stay consistent with window.fetch API.
- Make conscious trade-off when following WHATWG fetch spec and stream spec implementation details, document known differences.
- Use native promise, but allow substituting it with [insert your favorite promise library].
- Use native Node streams for body, on both request and response.
- Decode content encoding (gzip/deflate) properly, and convert string output (such as res.text() and res.json()) to - UTF-8 automatically.
- Useful extensions such as timeout, redirect limit, response size limit, explicit errors for troubleshooting.
Why do we need your help?
- over 14 million downloads/month on npm
- nearly 15k dependents
- over 5k stars on Github