universal-fetch

JSON →
library 1.0.0 ·javascript abandoned
verified Jun 7, 2026

Universal WHATWG Fetch API polyfill for Node.js and browsers including IE8. Version 1.0.0 (latest). This package adds a global `fetch` function, built on top of GitHub's fetch polyfill. It requires an ES6 Promise polyfill (e.g., es6-promise) and does not bundle one. It is designed for use with bundlers like Webpack or Browserify. Compared to isomorphic-fetch, it adds IE8 support but has been largely superseded by native fetch and modern polyfills like whatwg-fetch.