Skip to main content

method Deno.SubprocessReadableStream.arrayBuffer

#SubprocessReadableStream.arrayBuffer(): Promise<ArrayBuffer>

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

Return Type #

Promise<ArrayBuffer>

Did you find what you needed?

Privacy policy