mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: generate docs for the protocol (#6213)
This commit is contained in:
22
new-docs/puppeteer.protocol.profiler.scripttypeprofile.md
Normal file
22
new-docs/puppeteer.protocol.profiler.scripttypeprofile.md
Normal file
@@ -0,0 +1,22 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [ScriptTypeProfile](./puppeteer.protocol.profiler.scripttypeprofile.md)
|
||||
|
||||
## Protocol.Profiler.ScriptTypeProfile interface
|
||||
|
||||
Type profile data collected during runtime for a JavaScript script.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
export interface ScriptTypeProfile
|
||||
```
|
||||
|
||||
## Properties
|
||||
|
||||
| Property | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| [entries](./puppeteer.protocol.profiler.scripttypeprofile.entries.md) | [TypeProfileEntry](./puppeteer.protocol.profiler.typeprofileentry.md)<!-- -->\[\] | Type profile entries for parameters and return values of the functions in the script. |
|
||||
| [scriptId](./puppeteer.protocol.profiler.scripttypeprofile.scriptid.md) | [Runtime.ScriptId](./puppeteer.protocol.runtime.scriptid.md) | JavaScript script id. |
|
||||
| [url](./puppeteer.protocol.profiler.scripttypeprofile.url.md) | string | JavaScript script name or url. |
|
||||
|
||||
Reference in New Issue
Block a user