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.4.13/lib/types/lib.dom.ts";

Call Signatures

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