Skip to content

Commit

Permalink
[] (0) Define the task source for web workers.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3383 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 10, 2009
1 parent 301fe28 commit 0386601
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions source
Expand Up @@ -67116,6 +67116,7 @@ XXX Once we resolve the style="" issue, address these:
operations are dropped, etc.</p>



<h4>The worker's lifetime</h4>

<p>Workers communicate with other workers and with <span
Expand Down Expand Up @@ -67497,6 +67498,11 @@ XXX Once we resolve the style="" issue, address these:

</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>

Expand Down Expand Up @@ -67535,6 +67541,9 @@ XXX Once we resolve the style="" issue, address these:
<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 {
Expand Down Expand Up @@ -67962,6 +67971,9 @@ interface <dfn>SharedWorker</dfn> : <span>AbstractWorker</span> {
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>
Expand Down

0 comments on commit 0386601

Please sign in to comment.