Skip to main content
Module

x/msgpack/decodeAsync.ts>decodeArrayStream

msgpack-javascript ported to deno
Latest
function decodeArrayStream
import { decodeArrayStream } from "https://deno.land/x/msgpack@v1.4/decodeAsync.ts";

Type Parameters

ContextType

Parameters

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