[html5] r2357 - [gwr] (2) Define MessagePort such that they won't be garbage collected while a m [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 20 12:18:56 PDT 2008
Author: ianh
Date: 2008-10-20 12:18:55 -0700 (Mon, 20 Oct 2008)
New Revision: 2357
Modified:
index
source
Log:
[gwr] (2) Define MessagePort such that they won't be garbage collected while a message is outstanding. (credit: ap)
Modified: index
===================================================================
--- index 2008-10-20 15:13:15 UTC (rev 2356)
+++ index 2008-10-20 19:18:55 UTC (rev 2357)
@@ -43151,8 +43151,14 @@
</div>
+ <p>Furthermore, a <code><a href=#messageport>MessagePort</a></code> object must not be
+ garbage collected while its <a href=#port-message-queue>port message queue</a> is open
+ and there exists an event either in that queue or in the
+ <a href=#posted-message-task-source>posted message task source</a> that is to be dispatched on
+ that <code><a href=#messageport>MessagePort</a></code> object.</p>
+
<h2 id=syntax><span class=secno>8 </span>The HTML syntax</h2>
<h3 id=writing-html-documents><span class=secno>8.1 </span>Writing HTML documents</h3>
Modified: source
===================================================================
--- source 2008-10-20 15:13:15 UTC (rev 2356)
+++ source 2008-10-20 19:18:55 UTC (rev 2357)
@@ -49199,8 +49199,14 @@
</div>
+ <p>Furthermore, a <code>MessagePort</code> object must not be
+ garbage collected while its <span>port message queue</span> is open
+ and there exists an event either in that queue or in the
+ <span>posted message task source</span> that is to be dispatched on
+ that <code>MessagePort</code> object.</p>
+
<h2 id="syntax">The HTML syntax</h2>
<h3>Writing HTML documents</h3>
More information about the Commit-Watchers
mailing list