diff --git a/fetch.bs b/fetch.bs index 22d460293..e7b8ed11c 100755 --- a/fetch.bs +++ b/fetch.bs @@ -3136,8 +3136,8 @@ boolean requireUnreliable, and a WebTransport-hash list
  • When establishing a connection capable of unreliable transport, enable options that are necessary for WebTransport. For HTTP/3, this means including - SETTINGS_ENABLE_WEBTRANSPORT with a value of 1 and - H3_DATAGRAM with a value of 1 in the initial SETTINGS + SETTINGS_WT_ENABLED with a value of 1 and + SETTINGS_H3_DATAGRAM with a value of 1 in the initial SETTINGS frame. [[!WEBTRANSPORT-HTTP3]] [[!HTTP3-DATAGRAM]]

  • If credentials is false, then do not send a TLS client certificate.