Skip to main content
Module

std/ws/mod.ts>writeFrame

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function writeFrame
import { writeFrame } from "https://deno.land/std@0.86.0/ws/mod.ts";

Write WebSocket frame to inputted writer.

Returns

Promise<void>