Skip to main content
Module

x/enzastdlib/rpc-streams/client.ts>StreamClientOptions

enzastdlib is a set of TypeScript modules that follow a common design API philosophy aiming at sane defaults and ease-of-use targeting the Deno TypeScript runtime.
Latest
interface StreamClientOptions
implements ClientOptions
import { type StreamClientOptions } from "https://deno.land/x/enzastdlib@v0.0.4/rpc-streams/client.ts";

Represents options passable to makeStreamClient.

Properties

readonly
readable: ReadableStream<Uint8Array>

Represents the ReadableStream being read from as input.

readonly
writable: WritableStream<Uint8Array>

Represents the WritableStream being written to as output.