mirror of
https://github.com/servo/servo
synced 2026-05-02 20:32:02 +02:00
Implement WebSocket#onmessage.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user