mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
873 B
Markdown
20 lines
873 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) > [CompileScriptResponse](./puppeteer.protocol.runtime.compilescriptresponse.md)
|
||
|
|
||
|
## Protocol.Runtime.CompileScriptResponse interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface CompileScriptResponse
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [exceptionDetails](./puppeteer.protocol.runtime.compilescriptresponse.exceptiondetails.md) | [ExceptionDetails](./puppeteer.protocol.runtime.exceptiondetails.md) | Exception details. |
|
||
|
| [scriptId](./puppeteer.protocol.runtime.compilescriptresponse.scriptid.md) | [ScriptId](./puppeteer.protocol.runtime.scriptid.md) | Id of the script. |
|
||
|
|