On this page
Deno.writeAll
deprecatedWrite all the content of the array buffer (arr
) to the writer (w
).
@deprecated
Use writeAll
from std/streams/conversion.ts
instead. Deno.writeAll
will be removed in the future.
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/Deno.writeAll