html5/workers Overview.html,1.61,1.62

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

Modified Files:
	Overview.html 
Log Message:
Add setTimeout() to workers. (credit: dt) (whatwg r69)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- Overview.html	13 Nov 2008 01:25:25 -0000	1.61
+++ Overview.html	13 Nov 2008 01:39:12 -0000	1.62
@@ -2102,6 +2102,11 @@
    implement the <code><a href="#workerutils">WorkerUtils</a></code>
    interface.
 
+  <p>Objects that implement the <code><a
+   href="#workerutils">WorkerUtils</a></code> interface must also implement
+   the <code>WindowTimers</code> interface. (This interface provides the
+   <code title="">setTimeout()</code> method and its friends.)
+
   <p class=big-issue>Need to define a sync database API.</p>
   <!-- XXX ApplicationCache -->
   <!-- XXX a way to set cookies on the URL for the script -->
@@ -2308,9 +2313,9 @@
   <h2 class=no-num id=acknowledgements>Acknowledgements</h2>
   <!-- ACKS -->
 
-  <p>Thanks to Aaron Boodman, Jonas Sicking, Justin James, Kevin Hakanson,
-   Maciej Stachowiak, Michael Nordman, Mike Smith, and Philip Taylor for
-   their useful and substantial comments.
+  <p>Thanks to Aaron Boodman, Dmitry Titov, Jonas Sicking, Justin James,
+   Kevin Hakanson, Maciej Stachowiak, Michael Nordman, Mike Smith, and Philip
+   Taylor for their useful and substantial comments.
 
   <p>Huge thanks to the whole Gears team, who pioneered this technology and
    whose experience has been a huge influence on this specification.

Received on Thursday, 13 November 2008 01:39:23 UTC