Skip to main content
function Deno.readAllSync
Deprecated
Deprecated

Use readAllSync from std/streams/read_all.ts instead. Deno.readAllSync will be removed in the future.

Synchronously reads Reader r until EOF (null) and returns the content as Uint8Array.

Returns

Uint8Array