- From: Anne van Kesteren <notifications@github.com>
- Date: Sat, 30 May 2026 06:52:37 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 30 May 2026 13:52:41 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
Why is the pseudo-header associated with request's method? I think you just mean associated with request? What other values besides "webtransport" can it have at this point and given the H3 precondition?
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1930#pullrequestreview-4395467349
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/pull/1930/review/4395467349@github.com>
Received on Saturday, 30 May 2026 13:52:41 UTC