Skip to main content
ReadableBase.prototype.readableHighWaterMark - stream - Node documentation
property ReadableBase.prototype.readableHighWaterMark

Usage in Deno

import { ReadableBase } from "node:stream";

Returns the value of highWaterMark passed when creating this Readable.

Type

number