diff --git a/doc/api/buffer.md b/doc/api/buffer.md index d506cc1a1173b8..f4ef0b5bd15be7 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -1329,6 +1329,12 @@ buf = buf.slice(0, 5); console.log(buf.length); ``` +### buf.parent + +> Stability: 0 - Deprecated: Use [`buf.buffer`] instead. + +The `buf.parent` property is a deprecated alias for `buf.buffer`. + ### buf.readDoubleBE(offset[, noAssert]) ### buf.readDoubleLE(offset[, noAssert])