import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.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
optional
executionContextId: ExecutionContextIdIdentifier of the context where the call was made.