Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

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

Returns

Promise<number | null>