mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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');