Back to Content

RTCDataChannel: reliable property

files/en-us/web/api/rtcdatachannel/reliable/index.md

latest659 B
Original Source

{{APIRef("WebRTC")}}{{Deprecated_Header}}{{Non-standard_Header}}

The read-only RTCDataChannel property reliable indicates whether or not the data channel is reliable.

[!WARNING] This property is obsolete. Use {{domxref("RTCDataChannel.ordered")}} instead in any new code, and update existing code as soon as possible.

Value

true if the {{domxref("RTCDataChannel")}}'s connection is reliable; false if it isn't.

Specifications

No longer part of any specification.

Browser compatibility

{{Compat}}

See also

  • WebRTC
  • {{domxref("RTCDataChannel")}}
  • {{domxref("RTCDataChannel.ordered")}}