Implement WebSocket#onmessage.

This commit is contained in:
Ms2ger 2015-08-07 11:12:22 +02:00
parent 2a97ab36f7
commit 352229b6fa
28 changed files with 10 additions and 151 deletions

View file

@ -26,7 +26,7 @@ interface WebSocket : EventTarget {
[Throws] void close([Clamp] optional unsigned short code, optional USVString reason);
//messaging
//attribute EventHandler onmessage;
attribute EventHandler onmessage;
//attribute BinaryType binaryType;
[Throws] void send(optional USVString data);
//void send(Blob data);