aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls
diff options
context:
space:
mode:
authorTom Jakubowski <tom@crystae.net>2015-08-13 00:25:45 -0700
committerTom Jakubowski <tom@crystae.net>2015-08-15 12:44:22 -0700
commite92f4629dba75449ba24d5604428c681f6d593eb (patch)
tree70ca0376880109df0071a0e9000618dbfe5370f5 /components/script/dom/webidls
parentf77973c903a3e08067feed3ba39cff3c6bf8ac11 (diff)
downloadservo-e92f4629dba75449ba24d5604428c681f6d593eb.tar.gz
servo-e92f4629dba75449ba24d5604428c681f6d593eb.zip
WebSocket: Implement WebSocket#binaryType
Diffstat (limited to 'components/script/dom/webidls')
-rw-r--r--components/script/dom/webidls/WebSocket.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/WebSocket.webidl b/components/script/dom/webidls/WebSocket.webidl
index a07514a357a..9355b37dde1 100644
--- a/components/script/dom/webidls/WebSocket.webidl
+++ b/components/script/dom/webidls/WebSocket.webidl
@@ -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);