pl.wendigo.chrome.domain.applicationcache / ApplicationCacheStatusUpdatedEvent

ApplicationCacheStatusUpdatedEvent

data class ApplicationCacheStatusUpdatedEvent : ProtocolEvent (source)

Represents event frames for ApplicationCache.applicationCacheStatusUpdated

Constructors

<init>

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

Represents event frames for ApplicationCache.applicationCacheStatusUpdated

Properties

frameId

val frameId: FrameId

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

manifestURL

val manifestURL: String

Manifest URL.

status

val status: Int

Updated application cache status.

Inherited Functions

protocolDomain

fun protocolDomain(): String