Clean up `streams` module
Closed this issue · 1 comments
kt3k commented
streams
module still has many APIs which support legacy Reader/Writer interfaces. We should deprecate them before stabilizing deno_std.
part #3489
iuioiua commented
Perhaps Reader
/Writer
interfaces should first be deprecated. Either way, I think each function/class in std/streams
should have a defined alternative if the deprecation proceeds. Related: denoland/deno#9795