Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/src/deps/streams.ts>writableStreamFromWriter

A better way to work with processes in Deno.
Go to Latest
function writableStreamFromWriter
Deprecated
Deprecated

(will be removed after 1.0.0) Use WritableStream directly.

Create a WritableStream from a Writer.

import { writableStreamFromWriter } from "https://deno.land/x/proc@0.21.8/src/deps/streams.ts";

Parameters

writer: Writer
optional
options: WritableStreamFromWriterOptions = [UNSUPPORTED]