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

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.