Skip to content
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

modules in service workers #6786

Closed
johndeighan opened this issue Jul 16, 2023 · 1 comment
Closed

modules in service workers #6786

johndeighan opened this issue Jul 16, 2023 · 1 comment

Comments

@johndeighan
Copy link

I need to know which browsers/version support modules in service workers. Chrome does, but it seems like Firefox does not.

Background: I use Svelte and SvelteKit. They give an example service-worker.js file, but specify that the example will only work in a browser that supports modules in service workers.

@Fyrd
Copy link
Owner

Fyrd commented Aug 19, 2023

Looks like this is covered by this table:
https://caniuse.com/mdn-api_serviceworker_ecmascript_modules

@Fyrd Fyrd closed this as completed Aug 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants