[Webkit-unassigned] [Bug 255637] New: Create a sub worker in worker is not supported

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 18 19:18:36 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=255637

            Bug ID: 255637
           Summary: Create a sub worker in worker is not supported
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jeason.xu93 at gmail.com

If I want to create a sub-worker in a woker, Worker api is not supported.

// worker.js
new Worker('sub-woker.js');

// main.js
new Worker('worker.js');

worker.js will console.error, "can not find variable Worker"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230419/3eb7c42f/attachment.htm>


More information about the webkit-unassigned mailing list