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

This PR changes the behavior IIUC, before:
- each call to `send()` increases `bufferedAmount` when the channel is closed
after:
- calling `send()` does not increase `bufferedAmount` when the channel is closed

Will this give any legacy issues?

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

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