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

x/lavadeno/deps.ts>pogsockets.createMask

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

Creates a mask of n-byte length.

Parameters

optional
length = [UNSUPPORTED]

The length of the mask, in bytes.

Returns

Uint8Array