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

Move from applicationCache to using ServiceWorkers #818

Closed
E314c opened this issue Jun 6, 2018 · 2 comments
Closed

Move from applicationCache to using ServiceWorkers #818

E314c opened this issue Jun 6, 2018 · 2 comments

Comments

@E314c
Copy link

E314c commented Jun 6, 2018

It appears that devdocs is currently using window.applicationCache to provide some of it's offline loading capability.

MDN notes that this is deprecated and no longer part of the web standards

The alternative is to move to ServiceWorkers.
CanIUse indicates general availability for modern browsers.

This will require serving a serviceWorker file from the server, instead of serving the cache manifest file.

@j-f1
Copy link
Contributor

j-f1 commented Jun 6, 2018

Duplicate of #774.

@freeCodeCamp freeCodeCamp locked and limited conversation to collaborators Jun 6, 2018
@freeCodeCamp freeCodeCamp unlocked this conversation Jun 6, 2018
@j-f1 j-f1 closed this as completed Jun 6, 2018
@E314c
Copy link
Author

E314c commented Jun 6, 2018

sorry, I'd done a search of is:issue is:open serviceworker and it didn't turn up any results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants