diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index d3f3eac9cef122..45b8e24f0d8161 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2889,12 +2889,15 @@ Prefer [`message.socket`][] over [`message.connection`][]. -Type: Runtime +Type: End-of-Life The `process.config` property provides access to Node.js compile-time settings. However, the property is mutable and therefore subject to tampering. The ability diff --git a/doc/api/process.md b/doc/api/process.md index 730f3f6ac9359e..73f79beb20c46e 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1041,6 +1041,9 @@ This feature is not available in [`Worker`][] threads.