diff --git a/fetch.bs b/fetch.bs index 5ac06793e..293807861 100644 --- a/fetch.bs +++ b/fetch.bs @@ -7533,7 +7533,7 @@ therefore not shareable, a WebSocket connection is very close to identical to an

Opening handshake

To establish a WebSocket connection, given a -url, protocols, and client, run these steps: +url, protocols, credentialsMode, and client, run these steps:

  1. @@ -7551,11 +7551,10 @@ therefore not shareable, a WebSocket connection is very close to identical to an
  2. Let request be a new request, whose URL is requestURL, client is client, + credentials mode is credentialsMode, service-workers mode is "none", referrer is "no-referrer", mode is "websocket", - credentials mode is - "include", cache mode is "no-store", and redirect mode is "error".