Skip to main content
Module

std/io/mod.ts>BufReader#readByte

Deno standard library
Go to Latest
method BufReader.prototype.readByte
Re-export
import { BufReader } from "https://deno.land/std@0.41.0/io/mod.ts";

Returns the next byte [0, 255] or EOF.

Returns

Promise<number | Deno.EOF>