Skip to content
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