[html5] r4812 - [giow] (0) Define whether amountBuffered includes overhead or not (it does not). [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Feb 25 01:23:40 PST 2010


Author: ianh
Date: 2010-02-25 01:23:38 -0800 (Thu, 25 Feb 2010)
New Revision: 4812

Modified:
   complete.html
   source
Log:
[giow] (0) Define whether amountBuffered includes overhead or not (it does not).
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9083

Modified: complete.html
===================================================================
--- complete.html	2010-02-25 09:15:22 UTC (rev 4811)
+++ complete.html	2010-02-25 09:23:38 UTC (rev 4812)
@@ -67056,8 +67056,9 @@
 
   <hr><p>The <dfn id=dom-websocket-bufferedamount title=dom-WebSocket-bufferedAmount><code>bufferedAmount</code></dfn>
   attribute must return the number of bytes that have been queued but
-  not yet sent. If the connection is closed, this attribute's value
-  will only increase with each call to the <code title=dom-WebSocket-send><a href=#dom-websocket-send>send()</a></code> method (the number does not
+  not yet sent. This does not include framing overhead incurred by the
+  protocol. If the connection is closed, this attribute's value will
+  only increase with each call to the <code title=dom-WebSocket-send><a href=#dom-websocket-send>send()</a></code> method (the number does not
   reset to zero once the connection closes).</p>
 
   <div class=example>

Modified: source
===================================================================
--- source	2010-02-25 09:15:22 UTC (rev 4811)
+++ source	2010-02-25 09:23:38 UTC (rev 4812)
@@ -75386,8 +75386,9 @@
   <p>The <dfn
   title="dom-WebSocket-bufferedAmount"><code>bufferedAmount</code></dfn>
   attribute must return the number of bytes that have been queued but
-  not yet sent. If the connection is closed, this attribute's value
-  will only increase with each call to the <code
+  not yet sent. This does not include framing overhead incurred by the
+  protocol. If the connection is closed, this attribute's value will
+  only increase with each call to the <code
   title="dom-WebSocket-send">send()</code> method (the number does not
   reset to zero once the connection closes).</p>
 




More information about the Commit-Watchers mailing list