[html5] r6192 - [e] (0) clarification
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 6 16:11:08 PDT 2011
Author: ianh
Date: 2011-06-06 16:11:06 -0700 (Mon, 06 Jun 2011)
New Revision: 6192
Modified:
complete.html
source
Log:
[e] (0) clarification
Modified: complete.html
===================================================================
--- complete.html 2011-06-06 23:00:23 UTC (rev 6191)
+++ complete.html 2011-06-06 23:11:06 UTC (rev 6192)
@@ -79261,7 +79261,9 @@
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
Modified: source
===================================================================
--- source 2011-06-06 23:00:23 UTC (rev 6191)
+++ source 2011-06-06 23:11:06 UTC (rev 6192)
@@ -89977,7 +89977,9 @@
<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
More information about the Commit-Watchers
mailing list