SetDOMStorageItemParameter

@Serializable
data class SetDOMStorageItemParameter(val storageId: DOMStorage.StorageId, val key: String, val value: String)

Constructors

Link copied to clipboard
constructor(storageId: DOMStorage.StorageId, key: String, value: String)

Properties

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