3.1.0 • Published 3 years ago
@replit/node-fetch v3.1.0
@replit/node-fetch
node-fetch but in CommonJS format. This module is built from node-fetch directly.
Version check
Differences
- You can require("@replit/node-fetch")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.
Build
yarn
./build.js # Output to `lib` folderInstall
yarn add @replit/node-fetch