[Webkit-unassigned] [Bug 25212] Support constructing nested workers.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 26 14:52:06 PDT 2023


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

--- Comment #12 from Jesper van den Ende <jespertheend at gmail.com> ---
Fwiw I managed to work around this challenge using the following polyfill:
https://github.com/dmihal/Subworkers

I have created a fork that adds support for module imports,
i.e: new Worker("file.js", { type: "module" });
https://github.com/jespertheend/Subworkers

-- 
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/20230326/e40eee71/attachment-0001.htm>


More information about the webkit-unassigned mailing list