import { readAllSync } from "https://dotland.deno.dev/std@0.224.0/io/read_all.ts";
Synchronously reads ReaderSync
r
until EOF (null
) and returns
the content as {@link Uint8Array
}.
Parameters
reader: ReaderSync
import { readAllSync } from "https://dotland.deno.dev/std@0.224.0/io/read_all.ts";
Synchronously reads ReaderSync
r
until EOF (null
) and returns
the content as {@link Uint8Array
}.