Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/pogsocket/websocket/framing/mod.ts>isBinaryMessage

๐ŸŒ deno websocket client
Latest
function isBinaryMessage
import { isBinaryMessage } from "https://deno.land/x/pogsocket@2.0.0/websocket/framing/mod.ts";

Whether a websocket message is binary.

Parameters

The websocket isBinaryMessage

Returns

message is Uint8Array

true, if the provided message is binary