Open
Bug 1247687
Opened 4 years ago
Updated 29 days ago
Implement worker modules
Categories
(Core :: DOM: Workers, task)
Core
DOM: Workers
Not set
Tracking
()
NEW
People
(Reporter: jonco, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-needed, DevAdvocacy)
Allow workers to execute module scripts too. Proposed spec: https://github.com/whatwg/html/pull/608
Comment 1•2 years ago
|
||
That would be really useful
chrome bug: https://bugs.chromium.org/p/chromium/issues/detail?id=680046 >> Spec of Dedicated/SharedWorkers: >> https://html.spec.whatwg.org/multipage/workers.html#module-worker-example >> Spec of ServiceWorkers (see "type" in the section): >> https://w3c.github.io/ServiceWorker/#service-worker-concept
Updated•Last year
|
Keywords: dev-doc-needed
Updated•Last year
|
Keywords: DevAdvocacy
Updated•6 months ago
|
Type: defect → task
Reporter | ||
Comment 6•6 months ago
|
||
No, all the work is in the embedding.
Component: JavaScript Engine → DOM: Workers
Flags: needinfo?(jcoppeard)
Comment 7•Last month
|
||
Any updates on this one?
The Chromium team already flagged the ticket for version 80.
Definitely a +100 for the priority of this ticket on my end (creating a web workers driven es8 framework).
In FF, the only chance to get it running is Webpack.
You need to log in
before you can comment on or make changes to this bug.
Description
•