pl.wendigo.chrome.api.network / SetCacheDisabledRequest

SetCacheDisabledRequest

data class SetCacheDisabledRequest (source)

Represents request frame that can be used with Network#setCacheDisabled operation call.

Toggles ignoring cache for each request. If true, cache will not be used.

Link
Network#setCacheDisabled method documentation.

See Also

NetworkOperations.setCacheDisabled

Constructors

<init>

SetCacheDisabledRequest(cacheDisabled: Boolean)

Represents request frame that can be used with Network#setCacheDisabled operation call.

Properties

cacheDisabled

val cacheDisabled: Boolean

Cache disabled state.