Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Profiler.ScriptTypeProfile

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Profiler.ScriptTypeProfile
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { ScriptTypeProfile } = Protocol.Profiler;

Type profile data collected during runtime for a JavaScript script.

Properties

scriptId: Runtime.ScriptId

JavaScript script id.

url: string

JavaScript script name or url.

entries: TypeProfileEntry[]

Type profile entries for parameters and return values of the functions in the script.