mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.6 KiB
1.6 KiB
Home > puppeteer > Protocol > CacheStorage > DataEntry
Protocol.CacheStorage.DataEntry interface
Data entry.
Signature:
export interface DataEntry
Properties
| Property | Type | Description |
|---|---|---|
| requestHeaders | Header[] | Request headers |
| requestMethod | string | Request method. |
| requestURL | string | Request URL. |
| responseHeaders | Header[] | Response headers |
| responseStatus | integer | HTTP response status code. |
| responseStatusText | string | HTTP response status text. |
| responseTime | number | Number of seconds since epoch. |
| responseType | CachedResponseType | HTTP response type |