CanClearBrowserCookiesResponse

@Serializable
data class CanClearBrowserCookiesResponse(val result: Boolean)(source)

Deprecated

Deprecated in the Chrome DevTools protocol

Response type for the NetworkDomain.canClearBrowserCookies command.

Constructors

Link copied to clipboard
constructor(result: Boolean)

Properties

Link copied to clipboard

True if browser cookies can be cleared.