Skip to content

Commit 928a7df

Browse files
committed
doc: update process.binding deprecation text
As part of the recent security release, 4aa0eff updated the documentation but bd7443a did not.
1 parent dadbdaf commit 928a7df

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
@@ -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)