pl.wendigo.chrome.domain.storage / ClearDataForOriginRequest

ClearDataForOriginRequest

data class ClearDataForOriginRequest (source)

Represents request frame that can be used with Storage.clearDataForOrigin method call.

Clears storage for origin.

Constructors

<init>

ClearDataForOriginRequest(origin: String, storageTypes: String)

Represents request frame that can be used with Storage.clearDataForOrigin method call.

Properties

origin

val origin: String

Security origin.

storageTypes

val storageTypes: String

Comma separated list of StorageType to clear.