You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are already partially pre bundling undici (via node-fetch-native) for proxy support and in next major it is gonna be merged. Honestly i prefer to avoid doing this and wait for Node.js stable releases bundle a known stable version of undici (for proxy and h2 aupport) but lets see how long it takes.
there is not a direct thing we can do with ofetch to support http2 since ofetch depends on native runtime
fetch
as a wrapper but here are trackers:fetch
support for HTTP/2 by default nodejs/undici#2750)fetch
oven-sh/bun#7194)The text was updated successfully, but these errors were encountered: