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.

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