pl.wendigo.chrome.api.applicationcache / ApplicationCacheStatusUpdatedEvent

ApplicationCacheStatusUpdatedEvent

data class ApplicationCacheStatusUpdatedEvent : Event (source)

Link
ApplicationCache#applicationCacheStatusUpdated event documentation.

Constructors

<init>

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

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