Deno.writeAll
deprecatedWrite all the content of the array buffer (arr
) to the writer (w
).
@deprecated
Use WritableStream
, ReadableStream.from
and ReadableStream.pipeTo
instead. Deno.writeAll
will be removed in the future.
Write all the content of the array buffer (arr
) to the writer (w
).
Use WritableStream
, ReadableStream.from
and ReadableStream.pipeTo
instead. Deno.writeAll
will be removed in the future.