Module

std/io/mod.ts>BufReader#readByte

The Deno Standard Library
Latest
method BufReader.prototype.readByte
import { BufReader } from "https://dotland.deno.dev/std@0.224.0/io/mod.ts";

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

Returns

Promise<number | null>