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()
Fetch polyfilled in Node only
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()