import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { InspectRequestedEvent } = Protocol.Runtime;
Issued when object should be inspected (for example, as a result of inspect() command line API call).
Properties
object: RemoteObject