Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface dom.WritableStreamDefaultControllerWriteCallback
import { type dom } from "https://deno.land/x/evt@v2.4.7/lib/types/index.ts";
const { WritableStreamDefaultControllerWriteCallback } = dom;

Call Signatures

(chunk: W, controller: WritableStreamDefaultController): void | PromiseLike<void>