mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Adds bufferedAmount to Websocket (fixes #7856).
This commit is contained in:
parent
5a0a91eba7
commit
380a9ce22b
19 changed files with 44 additions and 114 deletions
|
@ -15,7 +15,7 @@ interface WebSocket : EventTarget {
|
|||
const unsigned short CLOSING = 2;
|
||||
const unsigned short CLOSED = 3;
|
||||
readonly attribute unsigned short readyState;
|
||||
//readonly attribute unsigned long bufferedAmount;
|
||||
readonly attribute unsigned long bufferedAmount;
|
||||
|
||||
//networking
|
||||
attribute EventHandler onopen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue