mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Adds bufferedAmount to Websocket (fixes #7856).
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user