This page is Almost Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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