Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
doc: fix history of process.features
PR-URL: #54982
Refs: aa0308d
Refs: 9010f5f
Refs: 52a40e0
Refs: b3ef289
Refs: #2564
Refs: #25819
Refs: #27311
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
  • Loading branch information
aduh95 authored and marco-ippolito committed Feb 10, 2025
commit 910c30f4661d228f13584a800ab065b2f903d734
18 changes: 9 additions & 9 deletions doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1880,7 +1880,7 @@ previous setting of `process.exitCode`.
## `process.features.cached_builtins`

<!-- YAML
added: REPLACEME
added: v12.0.0
-->

* {boolean}
Expand All @@ -1890,7 +1890,7 @@ A boolean value that is `true` if the current Node.js build is caching builtin m
## `process.features.debug`

<!-- YAML
added: REPLACEME
added: v0.5.5
-->

* {boolean}
Expand All @@ -1900,7 +1900,7 @@ A boolean value that is `true` if the current Node.js build is a debug build.
## `process.features.inspector`

<!-- YAML
added: REPLACEME
added: v11.10.0
-->

* {boolean}
Expand All @@ -1910,7 +1910,7 @@ A boolean value that is `true` if the current Node.js build includes the inspect
## `process.features.ipv6`

<!-- YAML
added: REPLACEME
added: v0.5.3
-->

* {boolean}
Expand All @@ -1920,7 +1920,7 @@ A boolean value that is `true` if the current Node.js build includes support for
## `process.features.tls`

<!-- YAML
added: REPLACEME
added: v0.5.3
-->

* {boolean}
Expand All @@ -1930,7 +1930,7 @@ A boolean value that is `true` if the current Node.js build includes support for
## `process.features.tls_alpn`

<!-- YAML
added: REPLACEME
added: v4.8.0
-->

* {boolean}
Expand All @@ -1942,7 +1942,7 @@ A boolean value that is `true` if the current Node.js build includes support for
## `process.features.tls_ocsp`

<!-- YAML
added: REPLACEME
added: v0.11.13
-->

* {boolean}
Expand All @@ -1954,7 +1954,7 @@ A boolean value that is `true` if the current Node.js build includes support for
## `process.features.tls_sni`

<!-- YAML
added: REPLACEME
added: v0.5.3
-->

* {boolean}
Expand All @@ -1966,7 +1966,7 @@ A boolean value that is `true` if the current Node.js build includes support for
## `process.features.uv`

<!-- YAML
added: REPLACEME
added: v0.5.3
-->

* {boolean}
Expand Down