Set D O M Storage Item Request
data class SetDOMStorageItemRequest(storageId: StorageId, key: String, value: String)
Content copied to clipboard
Represents request frame that can be used with DOMStorage#setDOMStorageItem operation call.
See also
Constructors
SetDOMStorageItemRequest
Link copied to clipboard
fun SetDOMStorageItemRequest(storageId: StorageId, key: String, value: String)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard