ExodusMovement/fetch · 文件
文件最后提交记录最后更新时间
README.md
@exodus/fetch
A small wrapper around global fetch and node-fetch:
-
In React Native, global
fetchis used without importingnode-fetch -
In Browser, global
fetchis used without importingnode-fetch -
Otherwise
node-fetchis imported, but whenwindow.fetchis present (e.g. in Electronrendererprocess), it is used. -
Otherwise (e.g. in Electron
browserprocess and Node.js),node-fetchis used.