Topics


Pages


Content

Key links

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)