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.