Skip to main content
Module

x/proc/mod3.ts>writeAll

A better way to work with processes in Deno.
Go to Latest
function writeAll
Re-export
import { writeAll } from "https://deno.land/x/proc@0.21.5/mod3.ts";

Low level write without locking, writing in multiple chunks if needed.

Data is written completely. Does not attempt to close the writer.

Parameters

data: Uint8Array

The data to write.

writer: Deno.Writer

The writer.