lquixada / cross-fetch

Universal WHATWG Fetch API for Node, Browsers and React Native.
MIT License
1.67k stars 104 forks source link

Replace node-fetch with slim-fetch? #36

Closed cktang88 closed 5 years ago

cktang88 commented 5 years ago

https://www.npmjs.com/package/slim-fetch is a new library that has basically identical code to node-fetch, but stripped away unnecessary parts of the distribution (eg. node-fetch actually has three copies of the same code for backwards compatibility purposes).

lquixada commented 5 years ago

this project is still in its infancy and lacks a lot of node-fetch features: tests, coverage, builds, community and so on. Closing this issue for now.