14 lines
613 B
Markdown
14 lines
613 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) > [RequestCachedResponseResponse](./puppeteer.protocol.cachestorage.requestcachedresponseresponse.md) > [response](./puppeteer.protocol.cachestorage.requestcachedresponseresponse.response.md)
|
||
|
|
||
|
## Protocol.CacheStorage.RequestCachedResponseResponse.response property
|
||
|
|
||
|
Response read from the cache.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
response: CachedResponse;
|
||
|
```
|