-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swap out node-fetch
for undici
#5113
Comments
I believe this'll be blocked by #5109 (cloudflare wrangler also uses Undici for requests). |
#5109 is marked as fixed by #5116, which has been released in |
yes! on the newest version, #5109 is fixed. |
Describe the problem
#4934 had a checklist step "swap out
node-fetch
forundici
, which is more standards compliant (though I think we're blocked on nodejs/undici#1262)". nodejs/undici#1262 has just been closed via nodejs/undici#1469, so it may be time to look again at swapping outnode-fetch
, at least once nodejs/undici#1469 makes its way into an actual Node release.Describe the proposed solution
Swap out
node-fetch
forundici
as described in #4934 (comment)Alternatives considered
No response
Importance
would make my life easier
Additional Information
This should allow us to make progress on #3419 as well (see #4934 (comment)).
The text was updated successfully, but these errors were encountered: