Builder

class Builder(val patterns: List<String>)

A builder for SetBlackboxPatternsRequest, which allows setting the optional parameters of the DebuggerDomain.setBlackboxPatterns command via a lambda.

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.

Link copied to clipboard

If true, also ignore scripts with no source url.

Functions

Link copied to clipboard