diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 9dd2f7628d84b0..8faee2fde691f2 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 ecd53469ca4221..3e2315fedeb846 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1041,6 +1041,10 @@ This feature is not available in [`Worker`][] threads.