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

Discourage the use of the application cache (AppCache) #770

Open
macbre opened this issue Aug 26, 2020 · 0 comments
Open

Discourage the use of the application cache (AppCache) #770

macbre opened this issue Aug 26, 2020 · 0 comments
Milestone

Comments

@macbre
Copy link
Owner

macbre commented Aug 26, 2020

Using this application cache feature is highly discouraged; it’s in the process of being removed from the Web platform. As of Firefox 44+, when AppCache is used to provide offline support for a page, a warning message displays in the console advising developers to use Service workers instead (bug 1204581).

https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache

<html manifest="/example.appcache"></html>
@macbre macbre added this to the Roadmap milestone Aug 26, 2020
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

1 participant