Skip to main content
function Deno.readAll
Deprecated
Deprecated

Use readAll instead. Deno.readAll will be removed in v2.0.0.

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

Returns

Promise<Uint8Array>