pl.wendigo.chrome.api.domstorage / SetDOMStorageItemRequest

SetDOMStorageItemRequest

data class SetDOMStorageItemRequest (source)

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

Link
DOMStorage#setDOMStorageItem method documentation.

See Also

DOMStorageOperations.setDOMStorageItem

Constructors

<init>

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

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

Properties

key

val key: String

storageId

val storageId: StorageId

value

val value: String