- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 01 Jun 2026 08:56:54 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 1 June 2026 15:56:58 UTC
@annevk commented on this pull request.
> @@ -6656,6 +6656,13 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
to the <a for=/>coarsened shared current time</a> given <var>fetchParams</var>'s
<a for="fetch params">cross-origin isolated capability</a>.
+ <li>
+ <p>If <var>request</var>'s <a for=request>mode</a> is "<code>webtransport</code>",
+ <var>connection</var> is an HTTP/3 connection, and the "<code>:protocol</code>"
+ pseudo-header associated with <var>request</var>'s <a for=request>method</a> is
+ "<code>webtransport</code>", then set the "<code>:protocol</code>" pseudo-header to
I think if we reach this point and the value has to be "webtransport" because of the other values, we should assert it instead. This will require some nested steps, but that seems okay.
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1930#discussion_r3335464402
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/pull/1930/review/4402690166@github.com>
Received on Monday, 1 June 2026 15:56:58 UTC