- From: poot <cvsmail@w3.org>
- Date: Thu, 13 Nov 2008 10:41:52 +0900 (JST)
- To: public-html-diffs@w3.org
Add the ability to create workers from workers. (credit: dt) (whatwg r70) 3.4 Interface objects and constructors http://people.w3.org/mike/diffs/html5/workers/Overview.1.63.html#interface 3.5 Worker locations http://people.w3.org/mike/diffs/html5/workers/Overview.1.63.html#worker0 http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.62&r2=1.63&f=h http://html5.org/tools/web-apps-tracker?from=69&to=70 =================================================================== 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:42:29 UTC