Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/s3si/deps.ts>msgpack.decodeArrayStream

Export your battles from SplatNet to https://stat.ink
Go to Latest
function msgpack.decodeArrayStream
import { msgpack } from "https://deno.land/x/s3si@gui-v0.4.2/deps.ts";
const { decodeArrayStream } = msgpack;

Type Parameters

ContextType

Parameters

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