- From: CVS User ihickson <cvsmail@w3.org>
- Date: Tue, 03 Dec 2013 22:39:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory roscoe:/tmp/cvs-serv15776 Modified Files: Overview.html Log Message: Allow suspendable workers that aren't protected to get GC'ed. (whatwg r8329) --- /sources/public/html5/workers/Overview.html 2013/11/15 15:56:25 1.401 +++ /sources/public/html5/workers/Overview.html 2013/12/03 22:39:22 1.402 @@ -216,7 +216,7 @@ <h1>Web Workers</h1> - <h2 class="no-num no-toc" id="editor-s-draft-15-november-2013">Editor's Draft 15 November 2013</h2> + <h2 class="no-num no-toc" id="editor-s-draft-3-december-2013">Editor's Draft 3 December 2013</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/workers/">http://www.w3.org/TR/workers/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -353,7 +353,7 @@ </dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications Working Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 15 November 2013 Editor's Draft. + This specification is the 3 December 2013 Editor's Draft. </p> @@ -1580,8 +1580,9 @@ <li> + <p><strong>Closing orphan workers</strong>: Start monitoring the worker such that no sooner than - it stops being either a <a href="#protected-worker">protected worker</a> or a <a href="#suspendable-worker">suspendable worker</a>, and + it stops being either a <a href="#protected-worker">protected worker</a>, and no later than it stops being a <a href="#permissible-worker">permissible worker</a>, <var title="">worker global scope</var>'s <a href="#dom-workerglobalscope-closing" title="dom-WorkerGlobalScope-closing">closing</a> flag is set to true.</p>
Received on Tuesday, 3 December 2013 22:39:24 UTC