14 lines
547 B
Markdown
14 lines
547 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) > [DataEntry](./puppeteer.protocol.cachestorage.dataentry.md) > [responseStatus](./puppeteer.protocol.cachestorage.dataentry.responsestatus.md)
|
||
|
|
||
|
## Protocol.CacheStorage.DataEntry.responseStatus property
|
||
|
|
||
|
HTTP response status code.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
responseStatus: integer;
|
||
|
```
|