Skip to main content

method Deno.SubprocessReadableStream.bytes

#SubprocessReadableStream.bytes(): Promise<Uint8Array<ArrayBuffer>>

Reads the stream to completion. It returns a promise that resolves with a Uint8Array.

Return Type #

Promise<Uint8Array<ArrayBuffer>>

Did you find what you needed?

Privacy policy