526 B
526 B
Home > puppeteer > Protocol > DOMDebugger > DOMBreakpointType
Protocol.DOMDebugger.DOMBreakpointType type
DOM breakpoint type.
Signature:
export type DOMBreakpointType = ('subtree-modified' | 'attribute-modified' | 'node-removed');