pl.wendigo.chrome.domain.domstorage / SetDOMStorageItemRequest

SetDOMStorageItemRequest

data class SetDOMStorageItemRequest (source)

Represents request frame that can be used with DOMStorage.setDOMStorageItem method call.

Constructors

<init>

SetDOMStorageItemRequest(storageId: StorageId, key: String, value: String)

Represents request frame that can be used with DOMStorage.setDOMStorageItem method call.

Properties

key

val key: String

storageId

val storageId: StorageId

value

val value: String