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

x/socket_client/deps.ts>BufWriter#flush

A simple WebSocket client for Deno
Latest
method BufWriter.prototype.flush
import { BufWriter } from "https://deno.land/x/socket_client@0.1.0-alpha.1/deps.ts";

Flush writes any buffered data to the underlying io.Writer.