DomStorageItemUpdated

@Serializable
data class DomStorageItemUpdated(val storageId: StorageId, val key: String, val oldValue: String, val newValue: String) : DOMStorageEvent(source)

Official doc

Constructors

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

Properties

Link copied to clipboard
val key: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard