Module

std/io/mod.ts>BufWriter#flush

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

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

Returns

Promise<void>