Download Latest Version v4.1.0 source code.tar.gz (237.1 kB)
Email in envelope

Get an email when there's a new version of cross-fetch

Home / v4.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2023-07-03 975 Bytes
v4.0.0.tar.gz 2023-07-03 236.7 kB
v4.0.0.zip 2023-07-03 294.4 kB
Totals: 3 Items   532.1 kB 0

What's Changed

BREAKING CHANGES - Dropped support for Node 10 and 12. (Note: cross-fetch will likely continue working on those versions, but specs tests are not running on those Node versions and no support will be provided if issues come up.) - Please check implementation conflicts in the Fetch API tests.

FEATURES - Added support for Node 18 and 20. - Added support for Service and Cloudflare Workers (Fixes [#69], [#78], [#148]) by prioritizing native code over third-party implementation. Fetch API test suite now running against node-fetch, whatwg-fetch, native browser and native node fetch. - Upgraded whatwg-fetch to 3.6.2. Please refer to whatwg-fetch release notes between 3.0.0 and 3.6.2 for features and bug fixes. - fetch.ponyfill is set to true when custom implementation is used. This improves debuggability.

Source: README.md, updated 2023-07-03