SetBlackboxPatternsRequest

@Serializable
data class SetBlackboxPatternsRequest(val patterns: List<String>)

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

Constructors

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

Properties

Link copied to clipboard

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