Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Runtime.InspectRequestedEvent
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.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
hints: any