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

Properties

eventName: string

DOM Event name to stop on (any DOM event will do).

optional
targetName: string

EventTarget interface name to stop on. If equal to "*" or not provided, will stop on any EventTarget.