Dart SDK
dart:html
ApplicationCache
property supported
supported
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
bool
supported
Checks if this type is supported on the current platform.
Source
static bool get supported => true;
property supported