Fetch for node and Browserify. Built on top of GitHub's WHATWG Fetch polyfill. Questions relating directly to isomorphic-fetch should use this tag. Questions relating to window.fetch polyfil should use the fetch-api tag.
isomorphic-fetch adds fetch
to node.js and browserify built ontop of the fetch polyfil.
The fetch()
function is a Promise-based mechanism for programmatically making web requests in the browser. This project is a polyfill that implements a subset of the standard Fetch specification, enough to make fetch a viable replacement for most uses of XMLHttpRequest in traditional web applications.