Skip to main content
Go to Latest
interface default.Profiler.ScriptTypeProfile
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { ScriptTypeProfile } = default.Profiler;

Type profile data collected during runtime for a JavaScript script.

Properties

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.