html5/workers Overview.html,1.62,1.63

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

Modified Files:
	Overview.html 
Log Message:
Add the ability to create workers from workers. (credit: dt) (whatwg r70)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- Overview.html	13 Nov 2008 01:39:12 -0000	1.62
+++ Overview.html	13 Nov 2008 01:41:28 -0000	1.63
@@ -2264,6 +2264,11 @@
 
    <li>
     <p>The <code>MessageChannel</code> interface object and constructor.
+
+   <li>
+    <p>The <code title=dom-Worker><a href="#worker2">Worker()</a></code> and
+     <code title=dom-SharedWorker><a href="#sharedworker0">SharedWorker(<var
+     title="">url</var>)</a></code> constructors.
   </ul>
 
   <h3 id=worker0><span class=secno>3.5 </span>Worker locations</h3>

Received on Thursday, 13 November 2008 01:41:38 UTC