ResponseData

Represents the response data received from a network request. Described in https://w3c.github.io/webdriver-bidi/#type-network-ResponseData.

Constructor

new ResponseData()

Members

bodySize

Get the size of the body.

bytesReceived

Gets the number of bytes received.

content

Gets the content.

fromCache

Gets the value indicating whether the data is retrieved from cache.

headerSize

Get the size of the headers.

headers

Get the headers.

mimeType :string

The MIME type of the network resource.

Type:
  • string

protocol

Get the protocol.

status

Get the HTTP status.

statusText

Gets the status text.

url

Get the URL.