chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.domstorage.events / DOMStorageEvent / DomStorageItemUpdatedEvent

DomStorageItemUpdatedEvent

data class DomStorageItemUpdatedEvent : DOMStorageEvent

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