chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.applicationcache / ApplicationCacheResource

ApplicationCacheResource

data class ApplicationCacheResource

Detailed application cache resource information.

Official doc

Constructors

<init>

Detailed application cache resource information.

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

Properties

size

Resource size.

val size: Int

type

Resource type.

val type: String

url

Resource url.

val url: String