JSPM

cross-fetch-ponyfill

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12727
  • Score
    100M100P100Q138635F
  • License MIT

Fetch polyfilled in Node only

Package Exports

  • cross-fetch-ponyfill

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