chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / SetBlackboxPatternsRequest

SetBlackboxPatternsRequest

data class SetBlackboxPatternsRequest

Request object containing input parameters for the DebuggerDomain.setBlackboxPatterns command.

Constructors

<init>

Request object containing input parameters for the DebuggerDomain.setBlackboxPatterns command.

SetBlackboxPatternsRequest(patterns: List<String>)

Properties

patterns

Array of regexps that will be used to check script url for blackbox state.

val patterns: List<String>