21 lines
652 B
Markdown
21 lines
652 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)
|
||
|
|
||
|
## Protocol.CacheStorage.CachedResponse interface
|
||
|
|
||
|
Cached response
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface CachedResponse
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [body](./puppeteer.protocol.cachestorage.cachedresponse.body.md) | string | Entry content, base64-encoded. |
|
||
|
|