Dart SDK
dart:html
ApplicationCache
constructor
ApplicationCache.internal_
ApplicationCache.internal_
class ApplicationCache
Constructors
internal_
Properties
onCached
onChecking
onDownloading
onError
onNoUpdate
onObsolete
onProgress
onUpdateReady
status
hashCode
on
runtimeType
Methods
abort
swapCache
update
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
toString
Operators
operator ==
Static properties
instanceRuntimeType
supported
Constants
cachedEvent
CHECKING
checkingEvent
DOWNLOADING
downloadingEvent
errorEvent
IDLE
noUpdateEvent
OBSOLETE
obsoleteEvent
progressEvent
UNCACHED
UPDATEREADY
updateReadyEvent
ApplicationCache.internal_
(
)
Source
@Deprecated("Internal Use Only") ApplicationCache.internal_() : super.internal_();
constructor ApplicationCache.internal_