cross-fetch-ponyfill

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i cross-fetch-ponyfill

Weekly Downloads

2,586

Version

1.0.3

License

MIT

Unpacked Size

2.44 kB

Total Files

4

Last publish

Collaborators

  • thaunknown