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

Issued when object should be inspected (for example, as a result of inspect() command line API call).

Properties

object: RemoteObject
hints: any