EncodedBody

constructor(getResponseBodyReturn: Network.GetResponseBodyReturn)

Constructs an EncodedBody from a Network.GetResponseBodyReturn object.

Parameters

getResponseBodyReturn

The Network.GetResponseBodyReturn object containing the response body and encoding information.


constructor(getResponseBodyReturn: Fetch.GetResponseBodyReturn)

Constructs an EncodedBody from a Fetch.GetResponseBodyReturn object.

Parameters

getResponseBodyReturn

The Fetch.GetResponseBodyReturn object containing the response body and encoding information.


constructor(body: String, base64Encoded: Boolean)