lquixada / cross-fetch

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

Support to skip IE11 ponyfill #103

Open martinheidegger opened 3 years ago

martinheidegger commented 3 years ago

I am looking for a ponyfill that works in react-native, the browser and node. cross-fetch seems like the best alternative except that it also adds a ponyfill which seems only needed for for IE 11 and IE 11 is not working with my code for other reasons anyways...

It would be nice if there was a variant of cross-fetch in the dist folder that would run without IE11 and cost less bundle size.

litenjacob commented 2 years ago

+1 would love this!