phantomas icon indicating copy to clipboard operation
phantomas copied to clipboard

Discourage the use of the application cache (AppCache)

Open macbre opened this issue 3 years ago • 0 comments

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

  • https://html.spec.whatwg.org/multipage/offline.html#offline
  • https://www.fxsitecompat.dev/en-CA/docs/2015/application-cache-api-has-been-deprecated/
<html manifest="/example.appcache">
  …
</html>

macbre avatar Aug 26 '20 10:08 macbre