We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53dae54 commit fe6cc02Copy full SHA for fe6cc02
src/api.ts
@@ -104,6 +104,7 @@ export function createStreamingFetchAdapter(axiosInstance: AxiosInstance) {
104
105
const response = await axiosInstance.request({
106
url: urlStr,
107
+ signal: init?.signal,
108
headers: init?.headers as Record<string, string>,
109
responseType: "stream",
110
validateStatus: () => true, // Don't throw on any status code
0 commit comments