[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 Signature: ```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 | |