puppeteer/new-docs/puppeteer.protocol.runtime.compilescriptrequest.persistscript.md

14 lines
594 B
Markdown
Raw Normal View History

<!-- 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; [CompileScriptRequest](./puppeteer.protocol.runtime.compilescriptrequest.md) &gt; [persistScript](./puppeteer.protocol.runtime.compilescriptrequest.persistscript.md)
## Protocol.Runtime.CompileScriptRequest.persistScript property
Specifies whether the compiled script should be persisted.
<b>Signature:</b>
```typescript
persistScript: boolean;
```