We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pwa.workbox.clientsClaim is not working
pwa: { workbox: { skipWaiting: true, clientsClaim: false, } }
I want to disable clientClaim ,but it doesn't work as expected and it wolud still controll the existed client on other tab.
The text was updated successfully, but these errors were encountered:
Weird, can you set mode to development and check the generated sw.js?
If you're using any virtual the page reload may force to control the current tab but others shouldn't.
https://developer.chrome.com/docs/workbox/modules/workbox-build#type-GeneratePartial
Sorry, something went wrong.
No branches or pull requests
pwa.workbox.clientsClaim is not working
I want to disable clientClaim ,but it doesn't work as expected and it wolud still controll the existed client on other tab.
The text was updated successfully, but these errors were encountered: