Skip to content

Commit f888a1d

Browse files
tniessenRafaelGSS
authored andcommitted
doc: update process.binding deprecation text
As part of the recent security release, 4aa0eff updated the documentation but bd7443a did not. PR-URL: #49086 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent 89fa3fa commit f888a1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/deprecations.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2213,7 +2213,7 @@ Type: Documentation-only (supports [`--pending-deprecation`][])
22132213
`process.binding()` is for use by Node.js internal code only.
22142214

22152215
While `process.binding()` has not reached End-of-Life status in general, it is
2216-
unavailable when [policies][] are enabled.
2216+
unavailable when [policies][] or the [permission model][] are enabled.
22172217

22182218
### DEP0112: `dgram` private APIs
22192219

@@ -3530,6 +3530,7 @@ Consider using alternatives such as the [`mock`][] helper function.
35303530
[from_string_encoding]: buffer.md#static-method-bufferfromstring-encoding
35313531
[legacy URL API]: url.md#legacy-url-api
35323532
[legacy `urlObject`]: url.md#legacy-urlobject
3533+
[permission model]: permissions.md#permission-model
35333534
[policies]: permissions.md#policies
35343535
[static methods of `crypto.Certificate()`]: crypto.md#class-certificate
35353536
[subpath exports]: packages.md#subpath-exports

0 commit comments

Comments
 (0)