diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 51961d3f811000..0fa1f8cfc29cc6 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2213,7 +2213,7 @@ 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. +unavailable when [policies][] or the [permission model][] are enabled. ### DEP0112: `dgram` private APIs @@ -3530,6 +3530,7 @@ Consider using alternatives such as the [`mock`][] helper function. [from_string_encoding]: buffer.md#static-method-bufferfromstring-encoding [legacy URL API]: url.md#legacy-url-api [legacy `urlObject`]: url.md#legacy-urlobject +[permission model]: permissions.md#permission-model [policies]: permissions.md#policies [static methods of `crypto.Certificate()`]: crypto.md#class-certificate [subpath exports]: packages.md#subpath-exports