Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix history of process.features #54982

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Changes from all commits
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
18 changes: 9 additions & 9 deletions doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,7 @@ previous setting of `process.exitCode`.
## `process.features.cached_builtins`

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

* {boolean}
Expand All @@ -1909,7 +1909,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 @@ -1919,7 +1919,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 @@ -1929,7 +1929,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 @@ -1939,7 +1939,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 @@ -1949,7 +1949,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 @@ -1961,7 +1961,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 @@ -1973,7 +1973,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 @@ -1985,7 +1985,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
Loading