- From: CVS User ihickson <cvsmail@w3.org>
- Date: Tue, 29 Apr 2014 00:10:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory roscoe:/tmp/cvs-serv14153 Modified Files: Overview.html Log Message: Fix a typo in the worker section (whatwg r8584) --- /sources/public/html5/workers/Overview.html 2014/04/23 17:05:33 1.416 +++ /sources/public/html5/workers/Overview.html 2014/04/29 00:10:52 1.417 @@ -216,7 +216,7 @@ <h1>Web Workers</h1> - <h2 class="no-num no-toc" id="editor-s-draft-23-april-2014">Editor's Draft 23 April 2014</h2> + <h2 class="no-num no-toc" id="editor-s-draft-28-april-2014">Editor's Draft 28 April 2014</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 23 April 2014 Editor's Draft. + This specification is the 28 April 2014 Editor's Draft. </p> @@ -1295,8 +1295,9 @@ <h2 id="infrastructure"><span class="secno">4 </span>Infrastructure</h2> + <p>There are two kinds of workers; dedicated workers, and shared workers. Dedicated workers, once - created, and are linked to their creator; but message ports can be used to communicate from a + created, are linked to their creator; but message ports can be used to communicate from a dedicated worker to multiple other browsing contexts or workers. Shared workers, on the other hand, are named, and once created any script running in the same <span>origin</span> can obtain a reference to that worker and communicate with it.</p>
Received on Tuesday, 29 April 2014 00:10:54 UTC