Skip to content

Commit

Permalink
fix(io/streams): don't use a byte ReadableStream (#891)
Browse files Browse the repository at this point in the history
Fixes: #871

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
  • Loading branch information
kitsonk and kt3k committed May 2, 2021
1 parent ebafcb6 commit e78300c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion io/streams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,5 @@ export function readableStreamFromReader(
reader.close();
}
},
type: "bytes",
}, strategy);
}

0 comments on commit e78300c

Please sign in to comment.