Skip to content

Commit

Permalink
[e] (0) clarification
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6192 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 6, 2011
1 parent eb8d1c4 commit 7abd965
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -79261,7 +79261,9 @@ <h4 id=the-websocket-interface><span class=secno>11.3.2 </span>The <code><a href
defined below.</p>

<p class=note>The <code title=dom-WebSocket-extensions><a href=#dom-websocket-extensions>extensions</a></code> attribute returns
the extensions selected by the server, if any.</p>
the extensions selected by the server, if any. (Currently this will
only ever be either the empty string or "deflate-stream", the latter
indicating that the data is being compressed.)</p>

<p>The <dfn id=dom-websocket-protocol title=dom-WebSocket-protocol><code>protocol</code></dfn> attribute
must initially return the empty string. After <i><a href=#the-websocket-connection-is-established>the WebSocket
Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -89977,7 +89977,9 @@ interface <dfn>WebSocket</dfn> {

<p class="note">The <code
title="dom-WebSocket-extensions">extensions</code> attribute returns
the extensions selected by the server, if any.</p>
the extensions selected by the server, if any. (Currently this will
only ever be either the empty string or "deflate-stream", the latter
indicating that the data is being compressed.)</p>

<p>The <dfn
title="dom-WebSocket-protocol"><code>protocol</code></dfn> attribute
Expand Down

0 comments on commit 7abd965

Please sign in to comment.