The application cache for this window.
Other resources
- A beginner's guide to using the application cache from HTML5Rocks.
- Application cache API from WHATWG.
Source
@DomName('Window.applicationCache')
@DocsEditable()
ApplicationCache get applicationCache =>
_blink.BlinkWindow.instance.applicationCache_Getter_(this);