DavidD
Deno2y ago
4 replies
David

`.read()` method in `Deno.Conn` or `Deno.FsFile` in Deno 2.0

After
Deno.Reader
is removed in v2.0, will we still be able to use
.read()
method in
Deno.Conn
or
Deno.FsFile
?
Was this page helpful?