Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cross-fetch-ponyfill

ThaUnknown34.6kMIT1.0.3

Fetch polyfilled in Node only

fetch, ponyfill, node, browser

readme

cross-fetch-ponyfill

A fetch ponyfill which only polyfills fetch on node.

import fetch from 'cross-fetch-ponyfill'

const res = await fetch(url)
const text = await res.text()