20 lines
727 B
Markdown
20 lines
727 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) > [AddCompilationCacheRequest](./puppeteer.protocol.page.addcompilationcacherequest.md)
|
|
|
|
## Protocol.Page.AddCompilationCacheRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface AddCompilationCacheRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [data](./puppeteer.protocol.page.addcompilationcacherequest.data.md) | string | Base64-encoded data |
|
|
| [url](./puppeteer.protocol.page.addcompilationcacherequest.url.md) | string | |
|
|
|