Re: [webrtc-pc] Rephrase RTCDataChannel.bufferedAmount description

I don't think that's the case. The `send` method states:

> 1. Let channel be the RTCDataChannel object on which data is to be sent.
> 2. If channel's [[ReadyState]] slot is not open, throw an InvalidStateError.
> ...

Step 2 raises an `InvalidStateError`, so `bufferedAmount` cannot increase.

-- 
GitHub Notification of comment by lgrahl
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/1692#issuecomment-353314504 using your GitHub account

Received on Thursday, 21 December 2017 10:21:40 UTC