SetRequestInterceptionRequest

@Serializable
data class SetRequestInterceptionRequest(val patterns: List<RequestPattern>)

Deprecated

Deprecated in the Chrome DevTools protocol

Request object containing input parameters for the NetworkDomain.setRequestInterception command.

Constructors

Link copied to clipboard
constructor(patterns: List<RequestPattern>)

Properties

Link copied to clipboard

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