pl.wendigo.chrome.domain.debugger / SetBlackboxPatternsRequest

SetBlackboxPatternsRequest

data class SetBlackboxPatternsRequest (source)

Represents request frame that can be used with Debugger.setBlackboxPatterns method call.

Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.

Constructors

<init>

SetBlackboxPatternsRequest(patterns: List<String>)

Represents request frame that can be used with Debugger.setBlackboxPatterns method call.

Properties

patterns

val patterns: List<String>

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