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