mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
894 B
Markdown
20 lines
894 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) > [SetBlackboxedRangesRequest](./puppeteer.protocol.debugger.setblackboxedrangesrequest.md)
|
|
|
|
## Protocol.Debugger.SetBlackboxedRangesRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SetBlackboxedRangesRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [positions](./puppeteer.protocol.debugger.setblackboxedrangesrequest.positions.md) | [ScriptPosition](./puppeteer.protocol.debugger.scriptposition.md)<!-- -->\[\] | |
|
|
| [scriptId](./puppeteer.protocol.debugger.setblackboxedrangesrequest.scriptid.md) | [Runtime.ScriptId](./puppeteer.protocol.runtime.scriptid.md) | Id of the script. |
|
|
|