lquixada / cross-fetch

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

how to add timeout? #62

Closed askucher closed 4 years ago

askucher commented 4 years ago

how to add timeout?

lquixada commented 4 years ago

cross-fetch is just a proxy for node-fetch and whatwg-fetch. It does not add, remove ou modify any feature.