Skip to main content
Go to Latest
interface Protocol.Runtime.InspectRequestedEvent
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
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
optional
executionContextId: ExecutionContextId

Identifier of the context where the call was made.