Skip to content

Commit 78e6d56

Browse files
committed
Fix #852: WebSocket has implemented extensions
1 parent 8047961 commit 78e6d56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92024,8 +92024,7 @@ interface <dfn>WebSocket</dfn> : <span>EventTarget</span> {
9202492024
connection is established</i>, its value might change, as defined below.</p>
9202592025

9202692026
<p class="note">The <code data-x="dom-WebSocket-extensions">extensions</code> attribute returns
92027-
the extensions selected by the server, if any. (Currently this will only ever be the empty
92028-
string.)</p>
92027+
the extensions selected by the server, if any.</p>
9202992028

9203092029
<p>The <dfn><code data-x="dom-WebSocket-protocol">protocol</code></dfn> attribute must initially
9203192030
return the empty string. After <i data-x="concept-websocket-established">the WebSocket connection

0 commit comments

Comments
 (0)