948 B
948 B
Home > puppeteer > Protocol > DOMDebugger > RemoveDOMBreakpointRequest
Protocol.DOMDebugger.RemoveDOMBreakpointRequest interface
Signature:
export interface RemoveDOMBreakpointRequest
Properties
Property | Type | Description |
---|---|---|
nodeId | DOM.NodeId | Identifier of the node to remove breakpoint from. |
type | DOMBreakpointType | Type of the breakpoint to remove. |