How to read all text from stdin.
It uses to be simple with the
Now it is deprecated, link to https://deno.land/std/streams/read_all.ts?s=readAll (which is also deprecated).
The deprecation message says:
A specific example would be better.
Basically, I want
but working on windows
Deta.readAll function.Now it is deprecated, link to https://deno.land/std/streams/read_all.ts?s=readAll (which is also deprecated).
The deprecation message says:
Use ReadableStream and toArrayBuffer instead.A specific example would be better.
Basically, I want
but working on windows
