Skip to main content
Module

std/io/bufio.ts>BufWriter#available

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

Returns how many bytes are unused in the buffer.

Returns

number