This article needs a technical review. How you can help.
This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.
The RTCDataChannel.onbufferedamountlow
handler is called when the bufferedamountlow
event is received. Such an event is sent when RTCDataChannel.bufferedAmount
drops to less than or equal to the amount specified by the RTCDataChannel.bufferedAmountLowThreshold
property.
SyntaxEdit
datachannel.onbufferedamountlow = function;
ExampleEdit
TBD
SpecificationsEdit
Specification | Status | Comment |
---|---|---|
WebRTC 1.0: Real-time Communication Between Browser The definition of 'RTCDataChannel.onopen' in that specification. |
Working Draft | Initial specification. |