Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface DuplexConnection
implements AsyncIterable<Uint8Array>
import { type DuplexConnection } from "https://deno.land/x/rsocket@0.3.0/rsocket/DuplexConnection.ts";

Methods

write(chunk: Uint8Array): Promise<any>
[[Symbol.asyncIterator]](): AsyncIterableIterator<Uint8Array>
close(): void