Skip to main content
Module

std/io/mod.ts>BufReader#readByte

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

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

Returns

Promise<number | null>