mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
860 B
Markdown
22 lines
860 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) > [CompilationCacheProducedEvent](./puppeteer.protocol.page.compilationcacheproducedevent.md)
|
||
|
|
||
|
## Protocol.Page.CompilationCacheProducedEvent interface
|
||
|
|
||
|
Issued for every compilation cache generated. Is only available if Page.setGenerateCompilationCache is enabled.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface CompilationCacheProducedEvent
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [data](./puppeteer.protocol.page.compilationcacheproducedevent.data.md) | string | Base64-encoded data |
|
||
|
| [url](./puppeteer.protocol.page.compilationcacheproducedevent.url.md) | string | |
|
||
|
|