Does Message Channel work in Shared Workers? I want to create some kind of communication between several Shared Workers, but when I send message from first worker using message channel I don't receive it in second worker. I posted example on stackoverflow: http://stackoverflow.com/questions/17018104/message-channel-in-shared-workers
--
You received this message because you are subscribed to the Google Groups "Chromium HTML5" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-html...@chromium.org.
To post to this group, send email to chromiu...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-html5/?hl=en.
For more options, visit https://groups.google.com/a/chromium.org/groups/opt_out.
When I keep one end in web page it works. When I created MC in shared worker and passed it to another worker through web page it also worked. I can handle that, but I'm curious why my first approach didn't work.Thanks for your answer.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-html5/.