Firefox Tomorrow

web api instance property

RTCDataChannel: reliable property

View on MDN ↗

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

[!WARNING] This property is obsolete. Use ordered instead in any new code, and update existing code as soon as possible.

Value

true if the RTCDataChannel’s connection is reliable; false if it isn’t.

Specifications

No longer part of any specification.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also