- From: poot <cvsmail@w3.org>
- Date: Tue, 16 Dec 2008 19:47:46 +0900 (JST)
- To: public-html-diffs@w3.org
Empty the worker's outgoing queue of pending messages when terminate() is called. (credit: ap) (whatwg r78) terminate a worker http://people.w3.org/mike/diffs/html5/workers/Overview.1.71.html#terminate 2.6 Creating workers http://people.w3.org/mike/diffs/html5/workers/Overview.1.71.html#creating http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.70&r2=1.71&f=h http://html5.org/tools/web-apps-tracker?from=77&to=78 =================================================================== 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:48:26 UTC