@exodus/fetch
v1.7.5
Published
Wrapper around global fetch / node-fetch for Electron and React
Downloads
19,059
Readme
@exodus/fetch
A small wrapper around global fetch and node-fetch:
In React Native, global
fetchis used without importingnode-fetchIn Browser, global
fetchis used without importingnode-fetchOtherwise
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.
