← Back to index
function Deno.writeAll

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

Parameters

🔗
arr: Uint8Array

Return Type

🔗
Promise<void>