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

x/lavadeno/deps.ts>pogsockets.isBinaryMessage

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

Whether a websocket message is binary.

Parameters

The websocket isBinaryMessage

Returns

message is Uint8Array

true, if the provided message is binary