Works with
•JSR Score70%•It is unknown whether this package works with Node.js, Deno, Browsers, Cloudflare Workers, Bun




Published2 years ago (0.215.0)
Functions
f
writeAll(): Promise<void>
writer: Writer,
data: Uint8Array
Write all the content of the array buffer (arr) to the writer (w).
f
writeAllSync(): void
writer: WriterSync,
data: Uint8Array
Synchronously write all the content of the array buffer (arr) to the
writer (w).