Re: [whatwg/fetch] Fetch body streams are not full duplex (#1254)

dojyorin left a comment (whatwg/fetch#1254)

There are many reasons why this is necessary, but I think it's especially important on corporate intranets.

Most of the time, such networks have (unnecessary) limitations on protocols like UDP/WebTransport and WebSocket that provide full-duplex communication.

The protocol itself for full-duplex fetch is just plain old HTTP, so it can provide full-duplex communication while avoiding these limitations.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1254#issuecomment-2956330649
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1254/2956330649@github.com>

Received on Monday, 9 June 2025 16:44:09 UTC