28 lines
1.6 KiB
Markdown
28 lines
1.6 KiB
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)
|
||
|
|
||
|
## Protocol.CacheStorage.DataEntry interface
|
||
|
|
||
|
Data entry.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface DataEntry
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [requestHeaders](./puppeteer.protocol.cachestorage.dataentry.requestheaders.md) | [Header](./puppeteer.protocol.cachestorage.header.md)<!-- -->\[\] | Request headers |
|
||
|
| [requestMethod](./puppeteer.protocol.cachestorage.dataentry.requestmethod.md) | string | Request method. |
|
||
|
| [requestURL](./puppeteer.protocol.cachestorage.dataentry.requesturl.md) | string | Request URL. |
|
||
|
| [responseHeaders](./puppeteer.protocol.cachestorage.dataentry.responseheaders.md) | [Header](./puppeteer.protocol.cachestorage.header.md)<!-- -->\[\] | Response headers |
|
||
|
| [responseStatus](./puppeteer.protocol.cachestorage.dataentry.responsestatus.md) | [integer](./puppeteer.protocol.integer.md) | HTTP response status code. |
|
||
|
| [responseStatusText](./puppeteer.protocol.cachestorage.dataentry.responsestatustext.md) | string | HTTP response status text. |
|
||
|
| [responseTime](./puppeteer.protocol.cachestorage.dataentry.responsetime.md) | number | Number of seconds since epoch. |
|
||
|
| [responseType](./puppeteer.protocol.cachestorage.dataentry.responsetype.md) | [CachedResponseType](./puppeteer.protocol.cachestorage.cachedresponsetype.md) | HTTP response type |
|
||
|
|