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

x/pogsocket/websocket/deps.ts>readLines

🌐 deno websocket client
Latest
function readLines
import { readLines } from "https://deno.land/x/pogsocket@2.0.0/websocket/deps.ts";

Read strings line-by-line from a Reader.

Parameters

reader: Reader
optional
decoderOpts: { encoding?: string; fatal?: boolean; ignoreBOM?: boolean; }

Returns

AsyncIterableIterator<string>