Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
function Deno.writeAll
Deprecated
Deprecated

Use writeAll from std/streams/write_all.ts 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>