function Deno.readAllSync
Synchronously reads Reader r
until EOF (null
) and returns the content
as Uint8Array
.
Return Type
🔗
Uint8Array
Synchronously reads Reader r
until EOF (null
) and returns the content
as Uint8Array
.
Uint8Array