[html5] r3383 - [] (0) Define the task source for web workers.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jul 9 21:34:10 PDT 2009
Author: ianh
Date: 2009-07-09 21:34:09 -0700 (Thu, 09 Jul 2009)
New Revision: 3383
Modified:
source
Log:
[] (0) Define the task source for web workers.
Modified: source
===================================================================
--- source 2009-07-10 00:35:42 UTC (rev 3382)
+++ source 2009-07-10 04:34:09 UTC (rev 3383)
@@ -67116,6 +67116,7 @@
operations are dropped, etc.</p>
+
<h4>The worker's lifetime</h4>
<p>Workers communicate with other workers and with <span
@@ -67497,7 +67498,12 @@
</ol>
+ <hr>
+ <p>The <span>task source</span> for the tasks mentioned above is the
+ <span>DOM manipulation task source</span>.</p>
+
+
<h4>Runtime script errors</h4>
<p>Whenever a runtime script error occurs in one of the worker's
@@ -67535,6 +67541,9 @@
<em>that</em> worker. Otherwise, then the error should be reported
to the user.</p>
+ <p>The <span>task source</span> for the tasks mentioned above is the
+ <span>DOM manipulation task source</span>.</p>
+
<hr>
<pre class="idl">interface <dfn>ErrorEvent</dfn> : Event {
@@ -67962,8 +67971,11 @@
scope</span> is either a <code>Window</code> object or an object
implementing the <code>WorkerUtils</code> interface.</p>
+ <p>The <span>task source</span> for the tasks mentioned above is the
+ <span>DOM manipulation task source</span>.</p>
+
<h3>APIs available to workers</h3>
<pre class="idl">[NoInterfaceObject, ImplementedOn=WorkerGlobalScope, Supplemental] interface <dfn>WorkerUtils</dfn> {
More information about the Commit-Watchers
mailing list