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

Service workers #1

Closed
annevk opened this issue Jun 24, 2016 · 2 comments
Closed

Service workers #1

annevk opened this issue Jun 24, 2016 · 2 comments

Comments

@annevk
Copy link
Member

annevk commented Jun 24, 2016

The name "executionContexts" suggests service workers get rebooted, but it's actually only concerned with browsing contexts. If service worker registrations get removed through "storage", currently running service workers should probably also be halted?

@wanderview
Copy link
Member

We absolutely have to clear service worker registrations when the origin storage is wiped. Otherwise service workers will get confused that the stuff they setup in their install event is not there any more.

@mikewest
Copy link
Member

At some point in the intervening year, we made this explicit in https://w3c.github.io/webappsec-clear-site-data/#clear-dom (step 4).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants