mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.1 KiB
1.1 KiB
Home > puppeteer > Protocol > Profiler > ScriptTypeProfile
Protocol.Profiler.ScriptTypeProfile interface
Type profile data collected during runtime for a JavaScript script.
Signature:
export interface ScriptTypeProfile
Properties
| Property | Type | Description |
|---|---|---|
| entries | TypeProfileEntry[] | Type profile entries for parameters and return values of the functions in the script. |
| scriptId | Runtime.ScriptId | JavaScript script id. |
| url | string | JavaScript script name or url. |