Click or drag to resize

Response Properties

Version 130.1.90

The Response type exposes the following members.

Properties
 NameDescription
Public propertyAlternateProtocolUsage The reason why Chrome uses a specific transport protocol for HTTP semantics.
Public propertyCacheStorageCacheName Cache Storage Cache Name.
Public propertyCharset Resource charset as determined by the browser (if applicable).
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 propertyFromEarlyHints Specifies that the request was served from the prefetch 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. This has been replaced by the headers in Network.responseReceivedExtraInfo.
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. This has been replaced by the headers in Network.requestWillBeSentExtraInfo.
Public propertyResponseTime The time at which the returned response was generated.
Public propertySecurityDetails Security details for the request.
Public propertySecurityState Security state of the request resource.
Public propertyServiceWorkerResponseSource Response source of response from ServiceWorker.
Public propertyServiceWorkerRouterInfo Information about how ServiceWorker Static Router API was used. If this field is set with `matchedSourceType` field, a matching rule is found. If this field is set without `matchedSource`, no matching rule is found. Otherwise, the API is not used.
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