Skip to content
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

Closed
sheppard opened this issue Feb 4, 2016 · 2 comments
Closed

replace application cache with service worker #63

sheppard opened this issue Feb 4, 2016 · 2 comments

Comments

@sheppard
Copy link
Member

sheppard commented Feb 4, 2016

https://jakearchibald.github.io/isserviceworkerready/

@tomaszn
Copy link
Contributor

tomaszn commented Feb 6, 2018

This is supposed to be an appcache implementation in sw:
https://github.com/googlearchive/sw-appcache-behavior/

@sheppard sheppard modified the milestones: Future, 2.0 Apr 23, 2018
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)
sheppard added a commit that referenced this issue Sep 29, 2020
@sheppard
Copy link
Member Author

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
Projects
None yet
Development

No branches or pull requests

2 participants