[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [CompileScriptRequest](./puppeteer.protocol.runtime.compilescriptrequest.md) > [persistScript](./puppeteer.protocol.runtime.compilescriptrequest.persistscript.md) ## Protocol.Runtime.CompileScriptRequest.persistScript property Specifies whether the compiled script should be persisted. Signature: ```typescript persistScript: boolean; ```