- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Oct 2009 10:15:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory hutz:/tmp/cvs-serv21164 Modified Files: Overview.html Log Message: Constructors _are_ interface objects... oops. (whatwg r4135) Index: Overview.html =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.182 retrieving revision 1.183 diff -u -d -r1.182 -r1.183 --- Overview.html 14 Oct 2009 10:14:02 -0000 1.182 +++ Overview.html 14 Oct 2009 10:15:53 -0000 1.183 @@ -1970,7 +1970,8 @@ <li><p>The <code>MessageChannel</code> interface object and constructor. <a href="#refsHTML5">[HTML5]</a></li> - <li><p>The <code title="dom-Worker"><a href="#dom-worker">Worker()</a></code> and <code title="dom-SharedWorker"><a href="#dom-sharedworker">SharedWorker(<var title="">url</var>)</a></code> constructors.</li> + <li><p>The <code title="dom-Worker"><a href="#dom-worker">Worker</a></code> and <code title="dom-SharedWorker"><a href="#dom-sharedworker">SharedWorker</a></code> interface objects and + constructors.</li> </ul><h3 id="worker-locations"><span class="secno">5.5 </span>Worker locations</h3><pre class="idl">interface <dfn id="workerlocation">WorkerLocation</dfn> { readonly attribute DOMString <a href="#dom-workerlocation-href" title="dom-WorkerLocation-href">href</a>;
Received on Wednesday, 14 October 2009 10:15:56 UTC