puppeteer/new-docs/puppeteer.protocol.domdebugger.setxhrbreakpointrequest.url.md
2020-07-13 14:01:35 +01:00

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;