Fetch API of Node.js was marked as stable on v21.
https://nodejs.org/en/blog/announcements/v21-release-announce#stable-fetchwebstreams
We can omit isomorphic-fetch and isomorphic-form-data after Node.js v20 EOL.
According to their release plan, its EOL will be when the end of April 2026.
https://nodejs.org/en/about/previous-releases
Affected files
- package.json
- README.md
- Others? Need to grep.
Fetch API of Node.js was marked as stable on v21.
https://nodejs.org/en/blog/announcements/v21-release-announce#stable-fetchwebstreams
We can omit
isomorphic-fetchandisomorphic-form-dataafter Node.js v20 EOL.According to their release plan, its EOL will be when the end of April 2026.
https://nodejs.org/en/about/previous-releases
Affected files