Auto merge of #7214 - tomjakubowski:websocket-binaryType, r=Ms2ger

Implement WebSocket#binaryType

Closes #7098

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7214)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-08-15 19:57:58 -06:00
commit 7c63c7d7c1
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);