[whatwg] Workers and addEventListener

On Wed, Oct 14, 2009 at 3:33 AM, Ian Hickson <ian at hixie.ch> wrote:

>
>
> There's no start() to call, since there's no explicit pointer to the
> MessagePort in dedicated workers.
>
>
The example in the worker spec refers to shared workers, which *do* have an
explicit port, and do not automatically start the port.

Search for addEventListener in this document:
http://www.whatwg.org/specs/web-workers/current-work/#shared-workers

And you'll see what I mean.


> --
> Ian Hickson               U+1047E                )\._.,--....,'``.    fL
> http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
> Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20091015/39471056/attachment.htm>

Received on Thursday, 15 October 2009 10:48:32 UTC