Bug 40288

Summary: WebWorker spec not implemented correctly
Product: WebKit Reporter: James <skoom>
Component: WebCore JavaScriptAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.6   

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.