applicationCache property - Window class - dart:html library (original) (raw)
ApplicationCache? getapplicationCache
The application cache for this window.
Other resources
- A beginner's guide to using the application cachefrom HTML5Rocks.
- Application cache APIfrom WHATWG.
Implementation
ApplicationCache? get applicationCache native;