- From: Kazuki Ota <notifications@github.com>
- Date: Mon, 09 Jun 2025 09:44:04 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 9 June 2025 16:44:09 UTC
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