pl.wendigo.chrome.api.applicationcache / ApplicationCache

ApplicationCache

data class ApplicationCache (source)

Detailed application cache information.

Link
ApplicationCache#ApplicationCache type documentation.

Constructors

<init>

ApplicationCache(manifestURL: String, size: Double, creationTime: Double, updateTime: Double, resources: List<ApplicationCacheResource>)

Detailed application cache information.

Properties

creationTime

val creationTime: Double

Application cache creation time.

manifestURL

val manifestURL: String

Manifest URL.

resources

val resources: List<ApplicationCacheResource>

Application cache resources.

size

val size: Double

Application cache size.

updateTime

val updateTime: Double

Application cache update time.