property ReadableBase.prototype.readableHighWaterMark Usageimport { ReadableBase } from "node:stream"; Returns the value of highWaterMark passed when creating this Readable. Type number