Click or drag to resize

Response Properties

Version 86.0.240

The Response type exposes the following members.

Properties
  NameDescription
Public propertyCacheStorageCacheName
Cache Storage Cache Name.
Public propertyConnectionId
Physical connection id that was actually used for this request.
Public propertyConnectionReused
Specifies whether physical connection was actually reused for this request.
Public propertyEncodedDataLength
Total number of bytes received for this request so far.
Public propertyFromDiskCache
Specifies that the request was served from the disk cache.
Public propertyFromPrefetchCache
Specifies that the request was served from the prefetch cache.
Public propertyFromServiceWorker
Specifies that the request was served from the ServiceWorker.
Public propertyHeaders
HTTP response headers.
Public propertyHeadersText
HTTP response headers text.
Public propertyMimeType
Resource mimeType as determined by the browser.
Public propertyProtocol
Protocol used to fetch this request.
Public propertyRemoteIPAddress
Remote IP address.
Public propertyRemotePort
Remote port.
Public propertyRequestHeaders
Refined HTTP request headers that were actually transmitted over the network.
Public propertyRequestHeadersText
HTTP request headers text.
Public propertyResponseTime
The time at which the returned response was generated.
Public propertySecurityDetails
Security details for the request.
Public propertySecurityState
Public propertyServiceWorkerResponseSource
Public propertyStatus
HTTP response status code.
Public propertyStatusText
HTTP response status text.
Public propertyTiming
Timing information for the given request.
Public propertyUrl
Response URL. This URL can be different from CachedResource.url in case of redirect.
Top
See Also