Skip to main content
Module

std/io/buf_writer.ts>BufWriter#flush

The Deno Standard Library
Go to Latest
method BufWriter.prototype.flush
import { BufWriter } from "https://deno.land/std@0.223.0/io/buf_writer.ts";

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