Response Properties | 
The Response type exposes the following members.
| Name | Description | |
|---|---|---|
| CacheStorageCacheName | 
            Cache Storage Cache Name.
              | |
| ConnectionId | 
            Physical connection id that was actually used for this request.
              | |
| ConnectionReused | 
            Specifies whether physical connection was actually reused for this request.
              | |
| EncodedDataLength | 
            Total number of bytes received for this request so far.
              | |
| FromDiskCache | 
            Specifies that the request was served from the disk cache.
              | |
| FromPrefetchCache | 
            Specifies that the request was served from the prefetch cache.
              | |
| FromServiceWorker | 
            Specifies that the request was served from the ServiceWorker.
              | |
| Headers | 
            HTTP response headers.
              | |
| HeadersText | 
            HTTP response headers text.
              | |
| MimeType | 
            Resource mimeType as determined by the browser.
              | |
| Protocol | 
            Protocol used to fetch this request.
              | |
| RemoteIPAddress | 
            Remote IP address.
              | |
| RemotePort | 
            Remote port.
              | |
| RequestHeaders | 
            Refined HTTP request headers that were actually transmitted over the network.
              | |
| RequestHeadersText | 
            HTTP request headers text.
              | |
| ResponseTime | 
            The time at which the returned response was generated.
              | |
| SecurityDetails | 
            Security details for the request.
              | |
| SecurityState | 
            Security state of the request resource.
              | |
| ServiceWorkerResponseSource | 
            Response source of response from ServiceWorker.
              | |
| Status | 
            HTTP response status code.
              | |
| StatusText | 
            HTTP response status text.
              | |
| Timing | 
            Timing information for the given request.
              | |
| Url | 
            Response URL. This URL can be different from CachedResource.url in case of redirect.
              |