[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [CachedResponse](./puppeteer.protocol.cachestorage.cachedresponse.md) > [body](./puppeteer.protocol.cachestorage.cachedresponse.body.md) ## Protocol.CacheStorage.CachedResponse.body property Entry content, base64-encoded. Signature: ```typescript body: string; ```