-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Labels
Description
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:
- Node.js - undici (
fetchsupport for HTTP/2 by default nodejs/undici#2750) - Bun (Implement http2 support for
fetchoven-sh/bun#7194) - Deno (already enabled?!) (http2 support tracker #420)
David-van-der-Sluijs