Skip to content

Commit

Permalink
[] (0) Implicitly open the port message queue of dedicated workers. (…
Browse files Browse the repository at this point in the history
…Before, they would never actually receive messages, oops...)

git-svn-id: http://svn.whatwg.org/webapps@2912 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 25, 2009
1 parent 7ca1878 commit 012a5d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source
Expand Up @@ -58778,6 +58778,11 @@ XXX Once we resolve the style="" issue, address these:

</li>

<li><p>If <var title="">worker global scope</var> is actually a
<code>DedicatedWorkerGlobalScope</code> object (i.e. the worker is
a dedicated worker), then open the <span>port message queue</span>
of the worker's implicit port.</p></li>

<li>

<p><i title="">Event loop</i>: Wait until either there is a <span
Expand Down

0 comments on commit 012a5d5

Please sign in to comment.