Skip to content

Commit

Permalink
doc: update process.binding deprecation text
Browse files Browse the repository at this point in the history
As part of the recent security release, 4aa0eff updated the
documentation but bd7443a did not.

PR-URL: #49086
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
  • Loading branch information
tniessen authored and RafaelGSS committed Aug 17, 2023
1 parent 89fa3fa commit f888a1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f888a1d

Please sign in to comment.