RTCDataChannel.reliable

This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

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

This property is obsolete. Use RTCDataChannel.ordered instead in any new code, and update existing code as soon as possible.

Syntax

var reliable = aDataChannel.reliable;

Value

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

Example

// TBD

Specifications

No longer part of any specification.

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
reliable
Deprecated
Chrome Full support 56Edge Full support ≤79Firefox No support NoIE No support NoOpera Full support 43Safari No support NoWebView Android Full support 56Chrome Android Full support 56Firefox Android No support NoOpera Android Full support 43Safari iOS No support NoSamsung Internet Android Full support 6.0

Legend

Full support
Full support
No support
No support
Deprecated. Not for use in new websites.
Deprecated. Not for use in new websites.

See also