19 lines
665 B
Markdown
19 lines
665 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [SetProduceCompilationCacheRequest](./puppeteer.protocol.page.setproducecompilationcacherequest.md)
|
||
|
|
||
|
## Protocol.Page.SetProduceCompilationCacheRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface SetProduceCompilationCacheRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [enabled](./puppeteer.protocol.page.setproducecompilationcacherequest.enabled.md) | boolean | |
|
||
|
|