readyState
Summary
Represents the state of the RTCDataChannel object.
Property of apis/webrtc/RTCDataChannelapis/webrtc/RTCDataChannel
Syntax
Note: This property is read-only.
var result = object.readyState;
Return Value
Returns an object of type
RTCDataChannelState
Related specifications
- W3C Web RTC Specification
- W3C Editor’s Draft