DomStorageItemAdded

@Serializable
data class DomStorageItemAdded(val storageId: StorageId, val key: String, val newValue: String) : DOMStorageEvent

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(storageId: StorageId, key: String, newValue: String)

Properties

Link copied to clipboard
val key: String

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)