Skip to main content
WriteStream.prototype.pending - fs - Node documentation
property WriteStream.prototype.pending

Usage in Deno

import { WriteStream } from "node:fs";

This property is true if the underlying file has not been opened yet, i.e. before the 'ready' event is emitted.

Type

boolean