Skip to main content
function Deno.writeAll
Deprecated
Deprecated

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

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

Parameters

arr: Uint8Array

Returns

Promise<void>