cross-fetch-ponyfill
v1.0.3
Published
Fetch polyfilled in Node only
Downloads
14,114
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()