Skip to main content
Version: v7.0.0

handleResponse


Import
import { handleResponse } from "@hyper-fetch/core"

Parameters

handleResponse(responseChunks: any[], responseType: XMLHttpRequestResponseType | stream, responseEncoding: BufferEncoding)
Parameters
NameTypeDescription
responseChunks
any[]
responseType
XMLHttpRequestResponseType | stream
responseEncoding
BufferEncoding

Returns

any
On this page