Skip to content

Commit

Permalink
RTCDataChannel: Specify how buffered amount is reduced
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-be committed Mar 15, 2018
1 parent 600145f commit 559e5c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -8912,7 +8912,11 @@ <h2>Attributes</h2>
increase with each call to the <code><a data-link-for=
"RTCDataChannel">send()</a></code> method as long as the <a>
[[\ReadyState]]</a> slot is <code>open</code>; however, the
slot does not reset to zero once the channel closes.</p>
slot does not reset to zero once the channel closes. When the
<a>underlying data transport</a> sends data from its queue, the
user agent MUST queue a task that reduces
<a>[[\BufferedAmount]]</a> with the number of bytes that was
sent.</p>
</dd>
<dt><code>bufferedAmountLowThreshold</code> of type <span class=
"idlAttrType"><a>unsigned long</a></span></dt>
Expand Down

0 comments on commit 559e5c8

Please sign in to comment.