Extremely Popular
Go to Latest
interface puppeteer.Runtime.InspectRequestedEvent
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { InspectRequestedEvent } = puppeteer.Runtime;

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

Properties

object: RemoteObject
hints: any
optional
executionContextId: ExecutionContextId

Identifier of the context where the call was made.