Web/API/RTCDataChannel/reliable

From Get docs

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


ObsoleteThis 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

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

reliable

Deprecated'

Chrome

Full support 56

Edge

Full support ≤79

Firefox

No support No

IE

No support No

Opera

Full support 43

Safari

No support No

WebView Android

Full support 56

Chrome Android

Full support 56

Firefox Android

No support No

Opera Android

Full support 43

Safari iOS

No support No

Samsung 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