Skip to main content
Module

x/abc/dev_deps.ts>TextProtoReader#readLine

A better Deno framework to create web application.
Go to Latest
method TextProtoReader.prototype.readLine
import { TextProtoReader } from "https://deno.land/x/abc@v1.0.0-rc3/dev_deps.ts";

readLine() reads a single line from the TextProtoReader, eliding the final \n or \r\n from the returned string.

Returns

Promise<string | null>