pl.wendigo.chrome.api.applicationcache / ApplicationCacheResource

ApplicationCacheResource

data class ApplicationCacheResource (source)

Detailed application cache resource information.

Link
ApplicationCache#ApplicationCacheResource type documentation.

Constructors

<init>

ApplicationCacheResource(url: String, size: Int, type: String)

Detailed application cache resource information.

Properties

size

val size: Int

Resource size.

type

val type: String

Resource type.

url

val url: String

Resource url.