html5/workers Overview.html,1.70,1.71

Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv13645

Modified Files:
	Overview.html 
Log Message:
Empty the worker's outgoing queue of pending messages when terminate() is called. (credit: ap) (whatwg r78)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- Overview.html	16 Dec 2008 06:40:57 -0000	1.70
+++ Overview.html	16 Dec 2008 10:47:14 -0000	1.71
@@ -1736,6 +1736,15 @@
 
    <li>
     <p>Abort the script currently running in the worker.
+
+   <li>
+    <p>If the worker's <code><a
+     href="#workerglobalscope">WorkerGlobalScope</a></code> object is
+     actually a <code><a
+     href="#dedicatedworkerglobalscope">DedicatedWorkerGlobalScope</a></code>
+     object (i.e. the worker is a dedicated worker), then empty the
+     <span>port message queue</span> of the port that the worker's implicit
+     port is entangled with.
   </ol>
 
   <h3 id=creating><span class=secno>2.6 </span>Creating workers</h3>

Received on Tuesday, 16 December 2008 10:47:25 UTC