Bug 158605

Summary: Unable to create nested workers
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: beidson, cdumez, darin, sam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=22723

Description Chris Dumez 2016-06-09 20:51:00 PDT
It is currently impossible to create nested workers in WebKit (I.e. Have a worker create another worker).

This works in Firefox but not Chrome.

Test:
http://w3c-test.org/workers/semantics/multiple-workers/003.html
Comment 1 Brady Eidson 2016-06-09 21:29:19 PDT
You could dupe this to https://bugs.webkit.org/show_bug.cgi?id=22723, reassign that one, and use its history to finish what was started
Comment 2 Chris Dumez 2016-06-09 22:15:22 PDT

*** This bug has been marked as a duplicate of bug 22723 ***