Skip to main content
function Deno.writeAll
Deprecated
Deprecated

Use WritableStream, ReadableStream.from and ReadableStream.pipeTo instead. Deno.writeAll will be removed in the future.

Write all the content of the array buffer (arr) to the writer (w).

Parameters

arr: Uint8Array

Returns

Promise<void>