Skip to main content
WritableBase.prototype.writable - stream - Node documentation
property WritableBase.prototype.writable

Usage in Deno

import { WritableBase } from "node:stream";

Is true if it is safe to call writable.write(), which means the stream has not been destroyed, errored, or ended.

Type

boolean