WebSocket: Implement WebSocket#binaryType

This commit is contained in:
Tom Jakubowski 2015-08-13 00:25:45 -07:00
parent f77973c903
commit e92f4629db
6 changed files with 34 additions and 33 deletions

View file

@ -27,7 +27,7 @@ interface WebSocket : EventTarget {
//messaging
attribute EventHandler onmessage;
//attribute BinaryType binaryType;
attribute BinaryType binaryType;
[Throws] void send(optional USVString data);
//void send(Blob data);
//void send(ArrayBuffer data);