Skip to content

Commit e117f16

Browse files
authored
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 c00dfc8 commit e117f16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/deprecations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2216,7 +2216,7 @@ Type: Documentation-only (supports [`--pending-deprecation`][])
22162216
`process.binding()` is for use by Node.js internal code only.
22172217

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

22212221
### DEP0112: `dgram` private APIs
22222222

@@ -3535,6 +3535,7 @@ Consider using alternatives such as the [`mock`][] helper function.
35353535
[from_string_encoding]: buffer.md#static-method-bufferfromstring-encoding
35363536
[legacy URL API]: url.md#legacy-url-api
35373537
[legacy `urlObject`]: url.md#legacy-urlobject
3538+
[permission model]: permissions.md#permission-model
35383539
[policies]: permissions.md#policies
35393540
[static methods of `crypto.Certificate()`]: crypto.md#class-certificate
35403541
[subpath exports]: packages.md#subpath-exports

0 commit comments

Comments
 (0)