Re: [webrtc-pc] Buffered amount slot

This still needs to decrement `[[BufferedAmount]]` somewhere, correct? For example, "when buffered data is delivered to the underlying data transport, queue a task to decrement `[[BufferedAmount]]` by the number of bytes delivered."

Similar to with `RTCRtpContributingSource`, the implementation doesn't need to literally queue a task; this just guarantees the behavior that's currently described, where the value is only observed to go down between task execution.

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

Received on Thursday, 8 March 2018 15:13:09 UTC