chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.applicationcache.events / ApplicationCacheEvent / ApplicationCacheStatusUpdatedEvent

ApplicationCacheStatusUpdatedEvent

data class ApplicationCacheStatusUpdatedEvent : ApplicationCacheEvent

Official doc

Constructors

<init>

Official doc

ApplicationCacheStatusUpdatedEvent(frameId: FrameId, manifestURL: String, status: Int)

Properties

frameId

Identifier of the frame containing document whose application cache updated status.

val frameId: FrameId

manifestURL

Manifest URL.

val manifestURL: String

status

Updated application cache status.

val status: Int