Skip to content

buffer: deprecate parent property

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

buffer

Description of change

The buffer property already exposes the underlying buffer object. So this property is being deprecated.

Refer: https://github.com/nodejs/node/issues/8266 Refer: https://github.com/nodejs/node/pull/8311


cc @nodejs/buffer

Merge request reports

Loading