Skip to main content
Module

std/io/mod.ts>BufWriter#flush

Deno standard library
Go to Latest
method BufWriter.prototype.flush
import { BufWriter } from "https://deno.land/std@0.114.0/io/mod.ts";

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