ResponseData
Represents the response data received from a network request. Described in https://w3c.github.io/webdriver-bidi/#type-network-ResponseData.
Members
bodySize
Get the size of the body.
- Source
bytesReceived
Gets the number of bytes received.
- Source
content
Gets the content.
- Source
fromCache
Gets the value indicating whether the data is retrieved from cache.
- Source
headerSize
Get the size of the headers.
- Source
headers
Get the headers.
- Source
mimeType :string
The MIME type of the network resource.
Type:
- string
- Source
protocol
Get the protocol.
- Source
status
Get the HTTP status.
- Source
statusText
Gets the status text.
- Source
url
Get the URL.
- Source