pl.wendigo.chrome.domain.network / SetRequestInterceptionRequest

SetRequestInterceptionRequest

data class SetRequestInterceptionRequest (source)

Represents request frame that can be used with Network.setRequestInterception method call.

Sets the requests to intercept that match the provided patterns and optionally resource types. Deprecated, please use Fetch.enable instead.

Constructors

<init>

SetRequestInterceptionRequest(patterns: List<RequestPattern>)

Represents request frame that can be used with Network.setRequestInterception method call.

Properties

patterns

val patterns: List<RequestPattern>

Requests matching any of these patterns will be forwarded and wait for the corresponding continueInterceptedRequest call.