[html5] r2031 - [] (0) MessagePort should implement EventTarget.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Aug 6 15:56:26 PDT 2008
Author: ianh
Date: 2008-08-06 15:56:25 -0700 (Wed, 06 Aug 2008)
New Revision: 2031
Modified:
index
source
Log:
[] (0) MessagePort should implement EventTarget.
Modified: index
===================================================================
--- index 2008-08-06 20:26:20 UTC (rev 2030)
+++ index 2008-08-06 22:56:25 UTC (rev 2031)
@@ -43847,6 +43847,10 @@
attribute <span>EventListener</span> <a href="#onunload0" title=handler-MessagePort-onunload>onunload</a>;
};</pre>
+ <p>Objects implementing the <code><a
+ href="#messageport0">MessagePort</a></code> interface must also implement
+ the <code>EventTarget</code> interface.
+
<p>Each <code><a href="#messageport0">MessagePort</a></code> object can be
entangled with another (a symmetric relationship). Each <code><a
href="#messageport0">MessagePort</a></code> object also has a <dfn
Modified: source
===================================================================
--- source 2008-08-06 20:26:20 UTC (rev 2030)
+++ source 2008-08-06 22:56:25 UTC (rev 2031)
@@ -41240,6 +41240,9 @@
attribute <span>EventListener</span> <span title="handler-MessagePort-onunload">onunload</span>;
};</pre>
+ <p>Objects implementing the <code>MessagePort</code> interface must
+ also implement the <code>EventTarget</code> interface.</p>
+
<p>Each <code>MessagePort</code> object can be entangled with
another (a symmetric relationship). Each <code>MessagePort</code>
object also has a <dfn>port message queue</dfn>, initial empty. A
More information about the Commit-Watchers
mailing list