[whatwg] Workers and addEventListener

>> I would not be opposed to changing the spec to include enabling a port's
>> message queue when addEventListener("message") is invoked.
>
> I'm reluctant to make addEventListener() do magic.

we have two choices:
  - extend addEventListener
  - fix the Shared Worker example on the whatwg site to call start()

seems the latter one was preferred by the majority of the people. Ian,
could you do this fix?

Thanks,
Zoltan

Received on Friday, 16 October 2009 02:56:11 UTC