Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/capi/deps/std/io.ts>MultiReader

[WIP] A framework for crafting interactions with Substrate chains
Latest
class MultiReader
implements Reader
import { MultiReader } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/io.ts";

Reader utility for combining multiple readers

Constructors

new
MultiReader(readers: Reader[])

Methods

read(p: Uint8Array): Promise<number | null>