import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { GetEventListenersRequest } = default.DOMDebugger;
Properties
objectId: Runtime.RemoteObjectId
Identifier of the object to return listeners for.
optional
depth: integerThe maximum depth at which Node children should be retrieved, defaults to 1. Use -1 for the entire subtree or provide an integer larger than 0.