node-fetch but in CommonJS format. This module is built from node-fetch directly.
- You can
require("node-fetch-commonjs")directly. - You will not see the
ExperimentalWarning: stream/web is an experimental featurewarning. - It works on older Node.js versions that don’t support requiring built-in modules with a
node:prefix.
yarn
./build.js # Output to `lib` folderyarn add node-fetch-commonjs