npm.io
1.0.3 • Published 3 years ago

cross-fetch-ponyfill

Licence
MIT
Version
1.0.3
Deps
2
Size
2 kB
Vulns
0
Weekly
0

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

Keywords