RTCDataChannel.readyState getter

This commit is contained in:
Fernando Jiménez Moreno 2020-06-11 12:07:55 +02:00
parent 9d456d5d17
commit 7db485aeb2
4 changed files with 47 additions and 4 deletions

View file

@ -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;