mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
615 B
615 B
Home > puppeteer > Protocol > DOMDebugger > SetXHRBreakpointRequest > url
Protocol.DOMDebugger.SetXHRBreakpointRequest.url property
Resource URL substring. All XHRs having this substring in the URL will get stopped upon.
Signature:
url: string;