Skip to content

Commit

Permalink
Remove ReadableStream
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqi committed Mar 21, 2023
1 parent bf32773 commit 187f8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export type Response = {
status: number;
statusText: string;
headers: Record<string, string | string[] | undefined>;
body: ReadableStream | IncomingMessage | any;
body: any;
};

export class StreamFile {
Expand Down

0 comments on commit 187f8e2

Please sign in to comment.