reliable
Summary
Returns true if the RTCDataChannel is reliable, and false otherwise.
Property of apis/webrtc/RTCDataChannelapis/webrtc/RTCDataChannel
Syntax
Note: This property is read-only.
var result = object.reliable;
Return Value
Returns an object of type BooleanBoolean
Related specifications
- W3C Web RTC Specification
- W3C Editor’s Draft