Skip to content
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

Migrate to internal node implementation of fetch #2306

Open
brendandburns opened this issue Mar 9, 2025 · 1 comment
Open

Migrate to internal node implementation of fetch #2306

brendandburns opened this issue Mar 9, 2025 · 1 comment

Comments

@brendandburns
Copy link
Contributor

We are going to remove the node-fetch dependency and move to node's internal implementation.

@cjihrig
Copy link
Contributor

cjihrig commented Mar 27, 2025

I think this might also resolve #2127 since native fetch has a keepalive option, which node-fetch does not.

EDIT: This is probably wrong. The keepalive in the fetch spec is something different.

cjihrig added a commit to cjihrig/javascript that referenced this issue Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants