diff --git a/source b/source index 3bf945f0670..e5b8544c231 100644 --- a/source +++ b/source @@ -95844,8 +95844,7 @@ interface MessagePort : EventTarget { // event handlers attribute EventHandler onmessage; attribute EventHandler onmessageerror; -}; +};
The following are the event handlers (and their corresponding onmessage
message
onmessageerror
messageerror
-
+
The first time a MessagePort
object's onmessage
IDL attribute is set, the port's port