Skip to main content
function Deno.readAll
Deprecated
Deprecated

Use readAll from std/streams/conversion.ts instead. Deno.readAll will be removed in the future.

Read Reader r until EOF (null) and resolve to the content as Uint8Array`.

Returns

Promise<Uint8Array>