On Wed, Oct 14, 2009 at 3:33 AM, Ian Hickson <i...@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.   `._.-(,_..'--(,_..'`-.;.'
>

Reply via email to