-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
feat(client): add on begin update hooks #623
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for vite-plugin-pwa-legacy ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
57917af
to
59ccbb3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
thx
can you add it to an example (don't use sveltekit, it is deprecated in this repo)? |
Done |
I'm going to do some tests (no idea when I'll have some free time) and maybe adding a new experimental option to use a new built-in |
Add
onBeginUpdate
hooks when a new service worker is found and is being installed but not yet completed.closes #620