-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for modules in limited event pages #289
Comments
I filed this for Safari/WebKit: https://bugs.webkit.org/show_bug.cgi?id=246475 |
I filed a new Firefox bug specifically for event pages: https://bugzilla.mozilla.org/show_bug.cgi?id=1811443, since the originally linked Bugzilla issue was about |
Safari Technology Preview supports this now, and the Safari 16.4 beta. |
Since this is or will be supported in both Firefox and Safari. And considering Chrome will not support the limited event pages. No further action seems to be needed here. |
Currently Google Chrome supports
"type": "module"
for background serviceWorkers. During our 2022-10-13 meeting, while discussing #282, Safari and Firefox agreed it makes sense to also add support"type": "module"
for limited event pages.Basically given this syntax in
manifest.json
:The browser would generate a
_generated_background_page.html
which looks like this:Dedicated issue on the Mozilla bugtracker:
https://bugzilla.mozilla.org/show_bug.cgi?id=1811443
The text was updated successfully, but these errors were encountered: