mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +02:00
RTCDataChannel.readyState getter
This commit is contained in:
@@ -13,7 +13,7 @@ interface RTCDataChannel : EventTarget {
|
||||
readonly attribute USVString protocol;
|
||||
readonly attribute boolean negotiated;
|
||||
readonly attribute unsigned short? id;
|
||||
//readonly attribute RTCDataChannelState readyState;
|
||||
readonly attribute RTCDataChannelState readyState;
|
||||
//readonly attribute unsigned long bufferedAmount;
|
||||
//attribute unsigned long bufferedAmountLowThreshold;
|
||||
attribute EventHandler onopen;
|
||||
|
||||
Reference in New Issue
Block a user