pl.wendigo.chrome.domain.domstorage / DomStorageItemUpdatedEvent

DomStorageItemUpdatedEvent

data class DomStorageItemUpdatedEvent : ProtocolEvent (source)

Represents event frames for DOMStorage.domStorageItemUpdated

Constructors

<init>

DomStorageItemUpdatedEvent(storageId: StorageId, key: String, oldValue: String, newValue: String)

Represents event frames for DOMStorage.domStorageItemUpdated

Properties

key

val key: String

newValue

val newValue: String

oldValue

val oldValue: String

storageId

val storageId: StorageId

Inherited Functions

protocolDomain

fun protocolDomain(): String