Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/examples/deno/util.ts>wireChannel

A JavaScript extension package for building strong and modern applications.
Latest
function wireChannel
import { wireChannel } from "https://deno.land/x/ayonli_jsext@v0.9.72/examples/deno/util.ts";

Type Parameters

optional
T = Uint8Array

Parameters

stream: ReadableStream<T>
channel: Channel<{ value: T | undefined; done: boolean; }>