Re: [whatwg/fetch] Add "webtransport" request mode (integration) (PR #1873)

@annevk commented on this pull request.



> @@ -6424,6 +6428,11 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
    <a lt="obtain a WebSocket connection">obtaining a WebSocket connection</a>, given
    <var>request</var>'s <a for=request>current URL</a>.
 
+   <dt>"<code>webtransport</code>"
+   <dd><p>Let <var>connection</var> be the result of
+   obtaining a WebTransport connection, given
+   <var>networkPartitionKey</var>, and <var>request</var>.

```suggestion
   <var>networkPartitionKey</var> and <var>request</var>.
```
No need for a comma when there's only two arguments.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1873#pullrequestreview-3478498327
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1873/review/3478498327@github.com>

Received on Tuesday, 18 November 2025 15:50:05 UTC