📝 Edit page
➕ Add page
whatwg-fetch
A browser polyfill for
fetch
Topics
Pages
Content
Key links
- 📦 Package URL: https://www.npmjs.com/package/whatwg-fetch
Note the docs say this only works in the browser and not in Node (server-side).
See also node-fetch
.
Installation
$ npm install whatwg-fetch
Usage
import 'whatwg-fetch'
window.fetch(url)