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

x/lavadeno/deps.ts>pogsockets.readUnmaskedFrame

lavadeno is a simple, easy-to-use, and flexible lavalink client built on the Deno Runtime.
Latest
function pogsockets.readUnmaskedFrame
Re-export
import { pogsockets } from "https://deno.land/x/lavadeno@3.3.0/deps.ts";
const { readUnmaskedFrame } = pogsockets;

Parameters

reader: BufReader

Returns

Promise<WebSocketFrame | null>