data class DomStorageItemUpdatedEvent : DOMStorageEvent
<init> |
DomStorageItemUpdatedEvent(storageId: StorageId, key: String, oldValue: String, newValue: String) |
key |
val key: String |
newValue |
val newValue: String |
oldValue |
val oldValue: String |
storageId |
val storageId: StorageId |