pl.wendigo.chrome.domain.applicationcache / ApplicationCacheResource

ApplicationCacheResource

data class ApplicationCacheResource (source)

Detailed application cache resource information.

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.