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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i cross-fetch-ponyfill

    Weekly Downloads

    3,161

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    2.44 kB

    Total Files

    4

    Last publish

    Collaborators

    • thaunknown