14 lines
538 B
Markdown
14 lines
538 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [ExceptionDetails](./puppeteer.protocol.runtime.exceptiondetails.md) > [scriptId](./puppeteer.protocol.runtime.exceptiondetails.scriptid.md)
|
|
|
|
## Protocol.Runtime.ExceptionDetails.scriptId property
|
|
|
|
Script ID of the exception location.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
scriptId?: ScriptId;
|
|
```
|