-
Notifications
You must be signed in to change notification settings - Fork 14
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
Replace axios #18
Comments
I can definitely recommend |
The replacement should also support Cloudflare Workers like environments (#72) |
Hi, |
Just as an FYI - we are planning on starting work on this within the next two months. We are leaning heavily towards undici, mostly for performance & current maintenance reasons. Ensuring compatibility w/ fetch in environments where undici is not available (Cloudflare Workers, Vercel, Browser, etc..) is part of this work |
I think got would be a great alternative, though I think anything but axios would be fine |
Summary
axios
v1 has brought a few breaking changes, so now's the time to reconsider whether it still is the best solution we have.Motivation(s)
Downsides
Alternatives to consider
v1.x.x
+ version (no http2 support yet)Criteria for success
State (as of June 2024)
We're currently favouring undici and planning on starting work on this soon
The text was updated successfully, but these errors were encountered: