- From: poot <cvsmail@w3.org>
- Date: Thu, 13 Nov 2008 08:48:52 +0900 (JST)
- To: public-html-diffs@w3.org
Clarify that the closing flag doesn't empty the queue. (credit: js) (whatwg r66) closing http://people.w3.org/mike/diffs/html5/workers/Overview.1.59.html#closing importScripts(urls) http://people.w3.org/mike/diffs/html5/workers/Overview.1.59.html#importscripts http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.58&r2=1.59&f=h http://html5.org/tools/web-apps-tracker?from=65&to=66 =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- Overview.html 12 Nov 2008 23:38:07 -0000 1.58 +++ Overview.html 12 Nov 2008 23:48:17 -0000 1.59 @@ -1458,7 +1458,8 @@ href="#workerglobalscope">WorkerGlobalScope</a></code>'s <a href="#closing" title=dom-WorkerGlobalScope-closing>closing</a> flag is set to true, the queue must discard anything else that would be added to - it. Effectively, once the <a href="#closing" + it (existing already on the queue is unaffected unless otherwise + specified). Effectively, once the <a href="#closing" title=dom-WorkerGlobalScope-closing>closing</a> flag is true, timers stop firing, notifications for all pending asynchronous operations are dropped, etc. @@ -2178,7 +2179,7 @@ href="#importscripts">importScripts()</a></code> method.</p> <p>If the "<a href="#kill-a">kill a worker</a>" or "<a - href="#terminate">terminate a worker</a>" algoriths abort the script + href="#terminate">terminate a worker</a>" algorithms abort the script then abort all these steps.</p> </ol> </ol>
Received on Wednesday, 12 November 2008 23:49:29 UTC