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

Usage in Deno

import { WritableBase } from "node:stream";

Return the value of highWaterMark passed when creating this Writable.

Type

number