[html5] r2912 - [] (0) Implicitly open the port message queue of dedicated workers. (Before, the [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Mar 25 16:08:27 PDT 2009
Author: ianh
Date: 2009-03-25 16:08:26 -0700 (Wed, 25 Mar 2009)
New Revision: 2912
Modified:
source
Log:
[] (0) Implicitly open the port message queue of dedicated workers. (Before, they would never actually receive messages, oops...)
Modified: source
===================================================================
--- source 2009-03-25 23:07:09 UTC (rev 2911)
+++ source 2009-03-25 23:08:26 UTC (rev 2912)
@@ -58778,6 +58778,11 @@
</li>
+ <li><p>If <var title="">worker global scope</var> is actually a
+ <code>DedicatedWorkerGlobalScope</code> object (i.e. the worker is
+ a dedicated worker), then open the <span>port message queue</span>
+ of the worker's implicit port.</p></li>
+
<li>
<p><i title="">Event loop</i>: Wait until either there is a <span
More information about the Commit-Watchers
mailing list