matthew-andrews / isomorphic-fetch

Isomorphic WHATWG Fetch API, for Node & Browserify
MIT License
6.95k stars 289 forks source link

bump node-fetch version #159

Closed zhenyulin closed 3 years ago

zhenyulin commented 6 years ago

and expose FetchError

codler commented 5 years ago

I started on new fetch which uses node-fetch 2.x https://github.com/codler/fetch-register

jacktuck commented 5 years ago

Can this be merged? V2 is more spec compliant as it will not convert text with iconv by default.

matthew-andrews commented 3 years ago

This has been resolved in master … sorry for the huge delay. I will release as a major version soon, please test against your applications.