Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
jan-ivar marked this conversation as resolved.
Outdated
"<code>webtransport-h3</code>". [[!WEBTRANSPORT-HTTP3]]

<li>
<p>Set <var>response</var> to the result of making an HTTP request over <var>connection</var>
using <var>request</var> with the following caveats:
Expand Down