Re: [whatwg/fetch] Update :protocol to webtransport-h3 for WebTransport over HTTP/3 (PR #1930)

@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