Module

std/io/buffer.ts>BufWriter#flush

Deno standard library
Go to Latest
method BufWriter.prototype.flush
import { BufWriter } from "https://dotland.deno.dev/std@0.146.0/io/buffer.ts";

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