Skip to main content
Module

std/io/bufio.ts>readDelim

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function readDelim
import { readDelim } from "https://deno.land/std@v0.35.0/io/bufio.ts";

Read delimited bytes from a Reader.

Parameters

reader: Reader
delim: Uint8Array

Returns

AsyncIterableIterator<Uint8Array>