bufferedAmount
Summary
Returns the number of bytes of application data that have been queued using send() but that (as of the last time the event loop started executing a task) have not yet been transmitted to the network.
Property of apis/webrtc/RTCDataChannelapis/webrtc/RTCDataChannel
Syntax
Note: This property is read-only.
var result = object.bufferedAmount;
Return Value
Returns an object of type unsigned longunsigned long
Related specifications
- W3C Web RTC Specification
- W3C Editor’s Draft