Summary
Returns a reference to the application cache object for the window.
Syntax
cache = window.applicationCache
Parameters
cache
is an object reference to aOfflineResourceList
.
Specification
- HTML 5WD
Returns a reference to the application cache object for the window.
cache = window.applicationCache
cache
is an object reference to a OfflineResourceList
.