W3cubDocs

/DOM

window.applicationCache

Important: Application Cache is deprecated as of Firefox 44, and is no longer available in insecure contexts from Firefox 60 onwards (bug 1354175, currently Nightly/Beta only). Don't use it to offline websites — consider using service workers instead.

Returns a reference to the application cache object for the window.

Syntax

cache = window.applicationCache 

Parameters

  • cache is an object reference to an OfflineResourceList.

Specification

See also

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/window/applicationCache