23 lines
565 B
Markdown
23 lines
565 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [JSCoverage](./puppeteer.jscoverage.md) > [\_onScriptParsed](./puppeteer.jscoverage._onscriptparsed.md)
|
||
|
|
||
|
## JSCoverage.\_onScriptParsed() method
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
_onScriptParsed(event: Protocol.Debugger.ScriptParsedEvent): Promise<void>;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| event | Protocol.Debugger.ScriptParsedEvent | |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
Promise<void>
|
||
|
|