data class SetBlackboxPatternsRequest
Request object containing input parameters for the DebuggerDomain.setBlackboxPatterns command.
<init> |
Request object containing input parameters for the DebuggerDomain.setBlackboxPatterns command. SetBlackboxPatternsRequest(patterns: List<String>) |
patterns |
Array of regexps that will be used to check script url for blackbox state. val patterns: List<String> |