- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Mar 2009 23:08:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv11595
Modified Files:
Overview.html
Log Message:
Implicitly open the port message queue of dedicated workers. (Before, they would never actually receive messages, oops...) (whatwg r2912)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- Overview.html 25 Mar 2009 00:35:04 -0000 1.94
+++ Overview.html 25 Mar 2009 23:08:42 -0000 1.95
@@ -1325,6 +1325,11 @@
</li>
+ <li><p>If <var title="">worker global scope</var> is actually a
+ <code><a href=#dedicatedworkerglobalscope>DedicatedWorkerGlobalScope</a></code> object (i.e. the worker is
+ a dedicated worker), then open the <span>port message queue</span>
+ of the worker's implicit port.</li>
+
<li>
<p><i title="">Event loop</i>: Wait until either there is a <span title=concept-task>task</span> in one of the <span>event
Received on Wednesday, 25 March 2009 23:08:56 UTC