14 lines
530 B
Markdown
14 lines
530 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[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.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
body: string;
|
|
```
|