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

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

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

Read delimited bytes from a Reader.

Parameters

reader: Reader
delim: Uint8Array

Returns

AsyncIterableIterator<Uint8Array>