setFetchResponse
Nodepod API / src / setFetchResponse
Function: setFetchResponse()
Section titled “Function: setFetchResponse()”setFetchResponse(
res,response):Promise<void>
Defined in: src/polyfills/fetch-response.ts:364
Copy a Fetch Response onto a Node.js-style ServerResponse (Node http parity).
Parameters
Section titled “Parameters”response
Section titled “response”Response
Returns
Section titled “Returns”Promise<void>