Adds bufferedAmount to Websocket (fixes #7856).

This commit is contained in:
Jim Berlage 2015-10-07 20:48:32 -05:00
parent 5a0a91eba7
commit 380a9ce22b
19 changed files with 44 additions and 114 deletions

View file

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