pl.wendigo.chrome.api.domstorage / DomStorageItemUpdatedEvent

DomStorageItemUpdatedEvent

data class DomStorageItemUpdatedEvent : Event (source)

Link
DOMStorage#domStorageItemUpdated event documentation.

Constructors

<init>

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

Properties

key

val key: String

newValue

val newValue: String

oldValue

val oldValue: String

storageId

val storageId: StorageId

Inherited Functions

protocolDomain

fun protocolDomain(): String