Skip to main content
Module

std/io/mod.ts>BufWriter#flush

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method BufWriter.prototype.flush
import { BufWriter } from "https://deno.land/std@0.218.2/io/mod.ts";

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