diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index b107ebefbf5586..7db32e766ef2d3 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2215,6 +2215,9 @@ Type: Documentation-only (supports [`--pending-deprecation`][]) `process.binding()` is for use by Node.js internal code only. +While `process.binding()` has not reached End-of-Life status in general, it is +unavailable when [policies][] are enabled. + ### DEP0112: `dgram` private APIs