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 add proper HTTP/2 support to whatwg-node (and feTS in turn).
There's literally no fetch-style lib out there that supports h2 (not even node's built-in undici implementation). Sure, there is fetch-h2 but it has no ReadableStream support in response.body, making it almost useless.
The text was updated successfully, but these errors were encountered:
We add proper HTTP/2 support to whatwg-node (and feTS in turn).
There's literally no fetch-style lib out there that supports h2 (not even node's built-in undici implementation). Sure, there is fetch-h2 but it has no ReadableStream support in
response.body
, making it almost useless.The text was updated successfully, but these errors were encountered: