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
As I know, service-worker could update and installed in the background even the web app page is not opend in the brower.
service-worker
It's not work in my practice.
Steps:
Deloy App 1.0.0.
Open https://my.app.url/, then service-worker is installed.
Deloy App 1.0.1
After 24 hours, open browser with a empty default page to check service-worker status, it's not updated yet.
The text was updated successfully, but these errors were encountered:
https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#offline-first-considerations
Make sure you follow point #5.
Sorry, something went wrong.
No branches or pull requests
As I know,
service-worker
could update and installed in the background even the web app page is not opend in the brower.It's not work in my practice.
Steps:
Deloy App 1.0.0.
Open https://my.app.url/, then
service-worker
is installed.Deloy App 1.0.1
After 24 hours, open browser with a empty default page to check
service-worker
status, it's not updated yet.The text was updated successfully, but these errors were encountered: