19 lines
760 B
Markdown
19 lines
760 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMDebugger](./puppeteer.protocol.domdebugger.md) > [RemoveInstrumentationBreakpointRequest](./puppeteer.protocol.domdebugger.removeinstrumentationbreakpointrequest.md)
|
||
|
|
||
|
## Protocol.DOMDebugger.RemoveInstrumentationBreakpointRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface RemoveInstrumentationBreakpointRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [eventName](./puppeteer.protocol.domdebugger.removeinstrumentationbreakpointrequest.eventname.md) | string | Instrumentation name to stop on. |
|
||
|
|