Skip to main content
Build Real-time Applications with the new "watch" API in Deno KV
Read more
function Deno.writeAllSync
Deprecated
Deprecated

Use writeAllSync from std/streams/write_all.ts instead. Deno.writeAllSync will be removed in the future.

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

Parameters

arr: Uint8Array