workers/Overview.html 1.62 69 Add setTimeout() to workers. (credit: dt)

Add setTimeout() to workers. (credit: dt) (whatwg r69)

WorkerUtils
http://people.w3.org/mike/diffs/html5/workers/Overview.1.62.html#workerutils
Acknowledgements
http://people.w3.org/mike/diffs/html5/workers/Overview.1.62.html#acknowledgements

http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html
http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.61&r2=1.62&f=h
http://html5.org/tools/web-apps-tracker?from=68&to=69

===================================================================
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:41:11 UTC