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

DomStorageItemAddedEvent

data class DomStorageItemAddedEvent : DOMStorageEvent

Official doc

Constructors

<init>

Official doc

DomStorageItemAddedEvent(storageId: StorageId, key: String, newValue: String)

Properties

key

val key: String

newValue

val newValue: String

storageId

val storageId: StorageId