- From: Anne van Kesteren <notifications@github.com>
- Date: Sun, 25 Jul 2021 22:47:07 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 26 July 2021 05:47:19 UTC
@annevk commented on this pull request. > @@ -7533,7 +7533,7 @@ therefore not shareable, a WebSocket connection is very close to identical to an <h3 id=websocket-opening-handshake>Opening handshake</h3> <p>To <dfn id=concept-websocket-establish>establish a WebSocket connection</dfn>, given a -<var>url</var>, <var>protocols</var>, and <var>client</var>, run these steps: +<var>url</var>, <var>protocols</var>, <var>credentials mode</var>, and <var>client</var>, run these steps: ```suggestion <var>url</var>, <var>protocols</var>, <var>credentialsMode</var>, and <var>client</var>, run these steps: ``` and the same below. That makes it slightly clearer it's a single variable and not two. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1273#pullrequestreview-714461632
Received on Monday, 26 July 2021 05:47:19 UTC