Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.DOMDebugger.SetDOMBreakpointRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { SetDOMBreakpointRequest } = Protocol.DOMDebugger;

Properties

nodeId: DOM.NodeId

Identifier of the node to set breakpoint on.

Type of the operation to stop upon.