- From: poot <cvsmail@w3.org>
- Date: Tue, 16 Dec 2008 15:38:40 +0900 (JST)
- To: public-html-diffs@w3.org
Oops, we were leaking information about the entanglement status. (whatwg
r2534)
postMessage()
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1705.html#dom-messageport-postmessage
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1704&r2=1.1705&f=h
http://html5.org/tools/web-apps-tracker?from=2533&to=2534
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1704
retrieving revision 1.1705
diff -u -d -r1.1704 -r1.1705
--- Overview.html 16 Dec 2008 04:46:44 -0000 1.1704
+++ Overview.html 16 Dec 2008 06:35:53 -0000 1.1705
@@ -35873,16 +35873,16 @@
<li><p>Let <var title="">data port</var> be the method's second
argument, if any.</li>
+ <li><p>Let <var title="">message clone</var> be the result of
+ obtaining a <a href=#structured-clone>structured clone</a> of the <var title="">message</var> argument. If this returns an exception, then
+ throw that exception and abort these steps.</li>
+
<li><p>If the <var title="">source port</var> is not entangled with
another port, then return and abort these steps.</li>
<!-- we don't raise an exception because this can happen moment's
notice. we don't return false because if the port is _about_
to be closed, the message might not be listened for anyway. -->
- <li><p>Let <var title="">message clone</var> be the result of
- obtaining a <a href=#structured-clone>structured clone</a> of the <var title="">message</var> argument. If this returns an exception, then
- throw that exception and abort these steps.</li>
-
<li><p>Let <var title="">target port</var> be the port with which
<var title="">source port</var> is entangled.</li>
Received on Tuesday, 16 December 2008 06:39:20 UTC