Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function writableStreamFromWriter
Deprecated
Deprecated

(will be removed after 1.0.0) Use WritableStream directly.

import { writableStreamFromWriter } from "https://deno.land/std@0.212.0/streams/writable_stream_from_writer.ts";

Create a WritableStream from a Writer.

Parameters

writer: Writer
optional
options: WritableStreamFromWriterOptions = [UNSUPPORTED]