-
Notifications
You must be signed in to change notification settings - Fork 32
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
replace application cache with service worker #63
Labels
Milestone
Comments
This is supposed to be an appcache implementation in sw: |
12 tasks
Closed
sheppard
added a commit
to wq/wq-django-template
that referenced
this issue
Sep 29, 2020
- leverage collectstatic on app/ (fixes #6, fixes #21) - replace RequireJS build with ES modules (see wq/wq.app#111) - move --with-npm template to @wq/cra-template (in wq.start repo) - implement service worker (see wq/wq.app#63, wq/wq.app#107) - drop support for PhoneGap Build and Application Cache (see wq/wq.app#121)
sheppard
added a commit
to wq/wq.create
that referenced
this issue
Sep 29, 2020
- use collectstatic (see wq/wq-django-template#6 & wq/wq-django-template#21) - replace RequireJS build with ES modules (see wq/wq.app#111) - move --with-npm template to @wq/cra-template - implement service worker (see wq/wq.app#63, wq/wq.app#107) - drop support for PhoneGap Build and Application Cache (see wq/wq.app#121)
Closed
This is fixed in wq.app 1.3 alpha. I configured the service worker to attempt to load from the network if available, ensuring the latest code is available without the double refresh required by application cache. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://jakearchibald.github.io/isserviceworkerready/
The text was updated successfully, but these errors were encountered: