puppeteer/new-docs/puppeteer.protocol.cachestorage.dataentry.responsestatustext.md

14 lines
562 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CacheStorage](./puppeteer.protocol.cachestorage.md) &gt; [DataEntry](./puppeteer.protocol.cachestorage.dataentry.md) &gt; [responseStatusText](./puppeteer.protocol.cachestorage.dataentry.responsestatustext.md)
## Protocol.CacheStorage.DataEntry.responseStatusText property
HTTP response status text.
<b>Signature:</b>
```typescript
responseStatusText: string;
```