[html5] r5061 - [giow] (1) Make self.close() in a worker not close the ports until after the wor [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Apr 16 17:58:20 PDT 2010
Author: ianh
Date: 2010-04-16 17:58:19 -0700 (Fri, 16 Apr 2010)
New Revision: 5061
Modified:
complete.html
source
Log:
[giow] (1) Make self.close() in a worker not close the ports until after the worker has ended.
Modified: complete.html
===================================================================
--- complete.html 2010-04-17 00:25:25 UTC (rev 5060)
+++ complete.html 2010-04-17 00:58:19 UTC (rev 5061)
@@ -66585,9 +66585,6 @@
<a href=#dom-workerglobalscope-closing title=dom-WorkerGlobalScope-closing>closing</a> flag to
true. (This prevents any further tasks from being queued.)</li>
- <li><p>Disentangle all the ports in the list of <a href="#the-worker's-ports">the worker's
- ports</a>.</li>
-
</ol><p>The following are the <a href=#event-handlers>event handlers</a> (and their
corresponding <a href=#event-handler-event-type title="event handler event type">event handler
event types</a>) that must be supported, as IDL attributes, by
@@ -66979,6 +66976,13 @@
</li>
+ <li>
+
+ <p>Disentangle all the ports in the list of <a href="#the-worker's-ports">the worker's
+ ports</a>.</p>
+
+ </li>
+
<!-- v2-onclose
<li>
Modified: source
===================================================================
--- source 2010-04-17 00:25:25 UTC (rev 5060)
+++ source 2010-04-17 00:58:19 UTC (rev 5061)
@@ -74594,9 +74594,6 @@
<span title="dom-WorkerGlobalScope-closing">closing</span> flag to
true. (This prevents any further tasks from being queued.)</p></li>
- <li><p>Disentangle all the ports in the list of <span>the worker's
- ports</span>.</p></li>
-
</ol>
<p>The following are the <span>event handlers</span> (and their
@@ -75047,6 +75044,13 @@
</li>
+ <li>
+
+ <p>Disentangle all the ports in the list of <span>the worker's
+ ports</span>.</p>
+
+ </li>
+
<!-- v2-onclose
<li>
More information about the Commit-Watchers
mailing list