Skip to main content
Module

std/node/_stream/writable.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.104.0/node/_stream/writable.ts";

Classes

A bit simpler than readable streams. Implement an async ._write(chunk, encoding, cb), and it'll handle all the drain event emission and buffering.