function Deno.writeAll
Write all the content of the array buffer (arr
) to the writer (w
).
Return Type
🔗
Promise<void>
Write all the content of the array buffer (arr
) to the writer (w
).
Promise<void>