Converts a fetch Response object into a request-like response object.
The fetch Response to convert.
Return the full Response object, otherwise abbreviate the response.
Outright fail if anything other than a successful response is returned in the response.
A promise that resolves to a RequestResponse object.
Converts a fetch Response object into a request-like response object.