applicationCache property
ApplicationCache applicationCacheThe 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);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/Window/applicationCache.html