mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
729 B
729 B
Home > puppeteer > Protocol > DOMDebugger > SetXHRBreakpointRequest
Protocol.DOMDebugger.SetXHRBreakpointRequest interface
Signature:
export interface SetXHRBreakpointRequest
Properties
Property | Type | Description |
---|---|---|
url | string | Resource URL substring. All XHRs having this substring in the URL will get stopped upon. |