import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SetDOMBreakpointRequest } = Protocol.DOMDebugger;
Properties
nodeId: DOM.NodeId
Identifier of the node to set breakpoint on.
type: DOMBreakpointType
Type of the operation to stop upon.