Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface WritableStreamDefaultControllerStartCallback
import { type WritableStreamDefaultControllerStartCallback } from "https://deno.land/x/evt@v2.4.8/lib/types/lib.dom.ts";

Call Signatures

(controller: WritableStreamDefaultController): void | PromiseLike<void>