Skip to main content
Module

std/io/mod.ts>readDelim

Deno standard library
Go to Latest
function readDelim
import { readDelim } from "https://deno.land/std@0.152.0/io/mod.ts";

Read delimited bytes from a Reader.

Parameters

reader: Reader
delim: Uint8Array

Returns

AsyncIterableIterator<Uint8Array>