Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/websocket/example/deps.ts>encode

🦕 A simple WebSocket library like ws of node.js library for deno
Latest
function encode
import { encode } from "https://deno.land/x/websocket@v0.1.4/example/deps.ts";

Shorthand for new TextEncoder().encode()

Parameters

optional
input: string

Returns

Uint8Array