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

Add Support for Cache manifest in HTML5 #1228

Open
eliasjpr opened this issue Aug 7, 2020 · 1 comment
Open

Add Support for Cache manifest in HTML5 #1228

eliasjpr opened this issue Aug 7, 2020 · 1 comment

Comments

@eliasjpr
Copy link
Contributor

eliasjpr commented Aug 7, 2020

Description

Enable browser to cache assets using the Cache manifest in HTML5

The cache manifest in HTML5 is a software storage feature which provides the ability to access a web application even without a network connection. It became part of the W3C Recommendation on 28 October 2014.[1] This feature is in the process of being removed from the Web platform. Using any of the offline Web application features at this time is highly discouraged and use of service workers is recommended instead.

Read more https://en.wikipedia.org/wiki/Cache_manifest_in_HTML5

@AndiLavera
Copy link
Contributor

Can you explain this? Add support for the a deprecated feature? It looks like MDN now recommends using service workers? https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API/Using_Service_Workers

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