mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
873 B
873 B
Home > puppeteer > Protocol > Runtime > CompileScriptResponse
Protocol.Runtime.CompileScriptResponse interface
Signature:
export interface CompileScriptResponse
Properties
| Property | Type | Description |
|---|---|---|
| exceptionDetails | ExceptionDetails | Exception details. |
| scriptId | ScriptId | Id of the script. |