Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/msgpack_rpc/deps.ts>decodeStream

🦕 Deno module to support msgpack-rpc
Go to Latest
function decodeStream
import { decodeStream } from "https://deno.land/x/msgpack_rpc@v4.0.1/deps.ts";

Type Parameters

ContextType

Parameters

streamLike: ReadableStreamLike<ArrayLike<number>>
optional
options: DecodeOptions<SplitUndefined<ContextType>> = [UNSUPPORTED]