react-native custom fetch polyfill

时间:2017-02-27 20:41:11

标签: javascript react-native timeout fetch abort

是否有可能在反应原生中使用我自己的fetch polyfill而不需要反应原生并且没有明确导入每个模块中的polyfill?

它的目的是拥有我自己的fetch polyfill,它支持超时来处理弱互联网连接并避免内存泄漏。

此fork具有超时功能:

https://github.com/benestudio/fetch/tree/feature/timeout

npm install whatwg-fetch-timeout --save

0 个答案:

没有答案