RESOLVED DUPLICATE of bug 2521240288
WebWorker spec not implemented correctly
https://bugs.webkit.org/show_bug.cgi?id=40288
Summary WebWorker spec not implemented correctly
James
Reported 2010-06-08 01:29:08 PDT
http://dev.w3.org/html5/workers/#worker "4.7.2 Dedicated workers and the Worker interface ... This constructor must be visible when the script's global object is either a Window object or an object implementing the WorkerUtils interface." It's only visible when the global object is Window so it's not possible to create nested workers.
Attachments
Alexey Proskuryakov
Comment 1 2010-06-08 13:15:10 PDT
If you have a use case for nested workers, please comment in bug 22723. Currently, they are not being actively worked on, mainly because there doesn't seem to be any use for them, and implementation cost is rather high. *** This bug has been marked as a duplicate of bug 25212 ***
Note You need to log in before you can comment on or make changes to this bug.