1.0.3 • Published 2 years ago

cross-fetch-ponyfill v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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()