Skip to content

process: wrap process.binding for selective fallthrough to internalBinding

Selectively allow process.binding() to fall-through to internalBinding()

This adds a selective deprecation. We might want to make this a PendingDeprecationWarning instead of a regular DeprecationWarning.

Refs: https://github.com/nodejs/node/pull/22163

/cc @addaleax

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading