mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
RTCDataChannel.readyState getter
This commit is contained in:
parent
9d456d5d17
commit
7db485aeb2
4 changed files with 47 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue