import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { WebSocketFrame } = Protocol.Network;
WebSocket message data. This represents an entire WebSocket message, not just a fragmented frame as the name suggests.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { WebSocketFrame } = Protocol.Network;
WebSocket message data. This represents an entire WebSocket message, not just a fragmented frame as the name suggests.