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) > [DOMDebugger](./puppeteer.protocol.domdebugger.md) > [SetXHRBreakpointRequest](./puppeteer.protocol.domdebugger.setxhrbreakpointrequest.md)
|
|
|
|
## Protocol.DOMDebugger.SetXHRBreakpointRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SetXHRBreakpointRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [url](./puppeteer.protocol.domdebugger.setxhrbreakpointrequest.url.md) | string | Resource URL substring. All XHRs having this substring in the URL will get stopped upon. |
|
|
|