-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Service Worker API support #6383
Labels
duplicate
a duplicate of another issue
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a developer, I want to be able to write a service worker and use it both in clients (user agents / web browsers) and in servers.
If
deno
adds support for installing service workers with support forinstall
,activate
,fetch
and otherServiceWorkerGlobalScope
events then isomorphic service workers become a possibility.The text was updated successfully, but these errors were encountered: