node-whatwg-fetch

window.fetch JavaScript polyfill
  https://github.com/github/fetch#readme
  0
  no reviews



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.

Node.js is an event-based server-side JavaScript engine.