Skip to content
Open
Changes from all commits
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
4 changes: 2 additions & 2 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3136,8 +3136,8 @@ boolean <var>requireUnreliable</var>, and a <a for=/>WebTransport-hash list</a>

<li><p>When establishing a connection capable of unreliable transport, enable options that are
necessary for WebTransport. For HTTP/3, this means including
<code>SETTINGS_ENABLE_WEBTRANSPORT</code> with a value of <code>1</code> and
<code>H3_DATAGRAM</code> with a value of <code>1</code> in the initial <code>SETTINGS</code>
<code>SETTINGS_WT_ENABLED</code> with a value of <code>1</code> and
<code>SETTINGS_H3_DATAGRAM</code> with a value of <code>1</code> in the initial <code>SETTINGS</code>
frame. [[!WEBTRANSPORT-HTTP3]] [[!HTTP3-DATAGRAM]]

<li><p>If <var>credentials</var> is false, then do not send a TLS client certificate.
Expand Down