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

x/socket_client/deps.ts>BufReader#readByte

A simple WebSocket client for Deno
Latest
method BufReader.prototype.readByte
import { BufReader } from "https://deno.land/x/socket_client@0.1.0-alpha.1/deps.ts";

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

Returns

Promise<number | null>