Bug 158605
Summary: | Unable to create nested workers | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
Component: | DOM | Assignee: | 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 |
Chris Dumez
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brady Eidson
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
Chris Dumez
*** This bug has been marked as a duplicate of bug 22723 ***