puppeteer/new-docs/puppeteer.protocol.runtime.compilescriptresponse.md
2020-07-13 14:01:35 +01:00

20 lines
873 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Runtime](./puppeteer.protocol.runtime.md) &gt; [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. |