facebook / fbjs

A collection of utility libraries used by other Meta JS projects.
MIT License
1.95k stars 313 forks source link

Consider removing `cross-fetch` dependency #520

Open jonkoops opened 10 months ago

jonkoops commented 10 months ago

Since the Fetch API has been marked as stable in Node.js 21, and is available without a flag in all actively maintained LTS versions (v18, v20), it might be time to remove the cross-fetch dependency.