CanClearBrowserCacheResponse

@Serializable
data class CanClearBrowserCacheResponse(val result: Boolean)

Deprecated

Deprecated in the Chrome DevTools protocol

Response type for the NetworkDomain.canClearBrowserCache command.

Constructors

Link copied to clipboard
constructor(result: Boolean)

Properties

Link copied to clipboard

True if browser cache can be cleared.