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; -}; +};
@@ -96101,55 +96100,6 @@ interface MessagePort : EventTarget { disentangle the two ports. If the method is called on a port that is not entangled, then the method must do nothing.

- -

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