[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [CompileScriptResponse](./puppeteer.protocol.runtime.compilescriptresponse.md) > [scriptId](./puppeteer.protocol.runtime.compilescriptresponse.scriptid.md) ## Protocol.Runtime.CompileScriptResponse.scriptId property Id of the script. Signature: ```typescript scriptId?: ScriptId; ```