Skip to main content
Module

x/evt/lib/types/lib.dom.ts>ReadableByteStreamControllerCallback

💧EventEmitter's typesafe replacement
Go to Latest
interface ReadableByteStreamControllerCallback
import { type ReadableByteStreamControllerCallback } from "https://deno.land/x/evt@v2.3.1/lib/types/lib.dom.ts";

Call Signatures

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