-
Notifications
You must be signed in to change notification settings - Fork 7
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
Attempt standard-compliant worker install & activation #46
Comments
As part of this I'd like to move the registration/install/activation code into WorkerRegistry and WorkerRegistration. registry register():
registration update():
Tab load and unload:
On fetch:
|
jakearchibald
added a commit
to jakearchibald/serviceworker-demo
that referenced
this issue
Jan 14, 2014
* Moving as much code out of server.js as possible * Removed need for ast stuff in importScripts Working towards tgvashworth#46
jakearchibald
added a commit
to jakearchibald/serviceworker-demo
that referenced
this issue
Jan 14, 2014
* Moving as much code out of server.js as possible * Removed need for ast stuff in importScripts Working towards tgvashworth#46
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some of this isn't well specced yet:
w3c/ServiceWorker#144
w3c/ServiceWorker#143
…but I'd like to try and get the "wait for all windows using v1 to go before activating v2" working.
The text was updated successfully, but these errors were encountered: