Hi all, Are Shared workers and nested workers (workers within workers) supported in Chromium? If so - can anyone point me to a working example to either of those? [1] says that SharedWorker it's implemented, however, the list of open issues [2] suggests that a lot of stuff is being worked on and that it's not finished. Also, the examples I'm trying are not working -- at the start of the shared worker I have an importScripts statement which looks like it never executes since no "Worker script imported: <uri>" is seen in the console (like it is seen for ordinary dedicated Workers which import external scripts).
Thanks, Ivan [1] http://dev.chromium.org/developers/web-platform-status#TOC-Shared-Workers [2] http://code.google.com/p/chromium/issues/list?can=2&q=shared+worker&colspec=ID+Stars+Pri+Area+Type+Status+Summary+Modified+Owner+Mstone+OS&cells=tiles -- Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss
