WebResponseErrorDetails
Value members
Inherited methods
Concrete fields
The error description. This string is not guaranteed to remain backwards compatible between releases. You must not parse and act based upon its content.
The error description. This string is not guaranteed to remain backwards compatible between releases. You must not parse and act based upon its content.
Inherited fields
The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (type is main_frame or sub_frame), frameId indicates the ID of this frame, not the ID of the outer frame. Frame IDs are unique within a tab.
The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (type is main_frame or sub_frame), frameId indicates the ID of this frame, not the ID of the outer frame. Frame IDs are unique within a tab.
- Inherited from
- ResourceRequest
Indicates if this response was fetched from disk cache.
Indicates if this response was fetched from disk cache.
- Inherited from
- WebResponseCacheDetails
Optional: The server IP address that the request was actually sent to. Note that it may be a literal IPv6 address.
Optional: The server IP address that the request was actually sent to. Note that it may be a literal IPv6 address.
- Inherited from
- WebResponseCacheDetails
standard HTTP method i.e. GET, POST, PUT, etc.
standard HTTP method i.e. GET, POST, PUT, etc.
- Inherited from
- WebResponseHeadersDetails
ID of frame that wraps the frame which sent the request. Set to -1 if no parent frame exists.
ID of frame that wraps the frame which sent the request. Set to -1 if no parent frame exists.
- Inherited from
- ResourceRequest
The ID of the request. Request IDs are unique within a browser session. As a result, they could be used to relate different events of the same request.
The ID of the request. Request IDs are unique within a browser session. As a result, they could be used to relate different events of the same request.
- Inherited from
- ResourceRequest
How the requested resource will be used. One of: "main_frame", "sub_frame", "stylesheet", "script", "image", "object", "xmlhttprequest", or "other"
How the requested resource will be used. One of: "main_frame", "sub_frame", "stylesheet", "script", "image", "object", "xmlhttprequest", or "other"
- Inherited from
- ResourceRequest
Optional: The HTTP response headers that have been received with this response.
Optional: The HTTP response headers that have been received with this response.
- Inherited from
- WebResponseHeadersDetails
Standard HTTP status code returned by the server.
Standard HTTP status code returned by the server.
- Since
Chrome 43.
- Inherited from
- WebResponseDetails
HTTP status line of the response or the 'HTTP/0.9 200 OK' string for HTTP/0.9 responses (i.e., responses that lack a status line).
HTTP status line of the response or the 'HTTP/0.9 200 OK' string for HTTP/0.9 responses (i.e., responses that lack a status line).
- Inherited from
- WebResponseDetails
The ID of the tab in which the request takes place. Set to -1 if the request isn't related to a tab.
The ID of the tab in which the request takes place. Set to -1 if the request isn't related to a tab.
- Inherited from
- ResourceRequest
The time when this signal is triggered, in milliseconds since the epoch.
The time when this signal is triggered, in milliseconds since the epoch.
- Inherited from
- ResourceRequest