Introduce flag for worker modules
Categories
(Core :: DOM: Workers, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: yulia, Assigned: yulia)
References
Details
Attachments
(2 files)
Add a flag for module workers
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D168129
Comment 4•2 years ago
|
||
Backed out for causing wpt failures on pointerevent_pointerrawupdate_in_pointerlock.html
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1f5f65f28752
https://hg.mozilla.org/mozilla-central/rev/b8b31239ec9f
Assignee | ||
Updated•2 years ago
|
Comment 7•2 years ago
|
||
Just a note that there is potentially a Web compat issue here since it will cause content that specifies { type: 'module' }
to fail.
I have received multiple reports of an extension I maintain breaking in beta because of this. It works fine in Nightly where { type: 'module' }
is enabled, and in Release where { type: 'module' }
is ignored but breaks in Beta. I can easily fix the add-on but there may be other sites affected by this.
Assignee | ||
Comment 8•2 years ago
|
||
Thanks for the report. I'll change this to ignore rather than throw.
Comment 9•2 years ago
|
||
Thank you!
Description
•