Works with
•JSR Score70%•It is unknown whether this package works with Browsers, Deno, Node.js, Cloudflare Workers, Bun




Published2 years ago (0.215.0)
Functions
f
readAll(reader: Reader): Promise<Uint8Array>
Read Reader r until EOF (null) and resolve to the content as
Uint8Array.
f
readAllSync(reader: ReaderSync): Uint8Array
Synchronously reads ReaderSync r until EOF (null) and returns
the content as Uint8Array.