matthew-andrews / isomorphic-fetch

Isomorphic WHATWG Fetch API, for Node & Browserify
MIT License
6.96k stars 290 forks source link

simplify by using fetch-ponyfill #162

Open graingert opened 6 years ago

graingert commented 6 years ago

fetch-ponlyfill handles the node/browser detection, all this does is ensure window gets mutated

graingert commented 6 years ago

depends on https://github.com/matthew-andrews/isomorphic-fetch/pull/163