Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/s3si/deps.ts>io.BufReader#readByte

Export your battles from SplatNet to stat.ink
Go to Latest
method io.BufReader.prototype.readByte
import { io } from "https://deno.land/x/s3si@v0.1.8/deps.ts";
const { BufReader } = io;

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

Returns

Promise<number | null>