19 lines
729 B
Markdown
19 lines
729 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [SetBlackboxPatternsRequest](./puppeteer.protocol.debugger.setblackboxpatternsrequest.md)
|
||
|
|
||
|
## Protocol.Debugger.SetBlackboxPatternsRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface SetBlackboxPatternsRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [patterns](./puppeteer.protocol.debugger.setblackboxpatternsrequest.patterns.md) | string\[\] | Array of regexps that will be used to check script url for blackbox state. |
|
||
|
|