From 22a8e4a7e4e13f5981fd8817bf21ad156f420c0e Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 17 Sep 2024 16:49:52 +0200 Subject: [PATCH] doc: fix history of `process.features` PR-URL: https://github.com/nodejs/node/pull/54982 Refs: https://github.com/nodejs/node/commit/aa0308d6182b2f7a2508373770952eefd2fdb0ac Refs: https://github.com/nodejs/node/commit/9010f5fbab2695e6c0435db396f3e92118da6d76 Refs: https://github.com/nodejs/node/commit/52a40e0fd5f59b295fe9bb74e7f14b35ca4bf96c Refs: https://github.com/nodejs/node/commit/b3ef289ffb7db476d284866658213f04415ea92d Refs: https://github.com/nodejs/node/pull/2564 Refs: https://github.com/nodejs/node/pull/25819 Refs: https://github.com/nodejs/node/pull/27311 Reviewed-By: Marco Ippolito Reviewed-By: Moshe Atlow --- doc/api/process.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/api/process.md b/doc/api/process.md index 4ae226e0a7fbff..356b91b69a2208 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1899,7 +1899,7 @@ previous setting of `process.exitCode`. ## `process.features.cached_builtins` * {boolean} @@ -1909,7 +1909,7 @@ A boolean value that is `true` if the current Node.js build is caching builtin m ## `process.features.debug` * {boolean} @@ -1919,7 +1919,7 @@ A boolean value that is `true` if the current Node.js build is a debug build. ## `process.features.inspector` * {boolean} @@ -1929,7 +1929,7 @@ A boolean value that is `true` if the current Node.js build includes the inspect ## `process.features.ipv6` * {boolean} @@ -1939,7 +1939,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls` * {boolean} @@ -1949,7 +1949,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls_alpn` * {boolean} @@ -1961,7 +1961,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls_ocsp` * {boolean} @@ -1973,7 +1973,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls_sni` * {boolean} @@ -1985,7 +1985,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.uv` * {boolean}