◐ Shell
clean mode source ↗

doc: fix history of `process.features` · nodejs/node@697a392

@@ -1880,7 +1880,7 @@ previous setting of `process.exitCode`.

18801880

## `process.features.cached_builtins`

1881188118821882

<!-- YAML

1883-

added: REPLACEME

1883+

added: v12.0.0

18841884

-->

1885188518861886

* {boolean}

@@ -1890,7 +1890,7 @@ A boolean value that is `true` if the current Node.js build is caching builtin m

18901890

## `process.features.debug`

1891189118921892

<!-- YAML

1893-

added: REPLACEME

1893+

added: v0.5.5

18941894

-->

1895189518961896

* {boolean}

@@ -1900,7 +1900,7 @@ A boolean value that is `true` if the current Node.js build is a debug build.

19001900

## `process.features.inspector`

1901190119021902

<!-- YAML

1903-

added: REPLACEME

1903+

added: v11.10.0

19041904

-->

1905190519061906

* {boolean}

@@ -1910,7 +1910,7 @@ A boolean value that is `true` if the current Node.js build includes the inspect

19101910

## `process.features.ipv6`

1911191119121912

<!-- YAML

1913-

added: REPLACEME

1913+

added: v0.5.3

19141914

-->

1915191519161916

* {boolean}

@@ -1920,7 +1920,7 @@ A boolean value that is `true` if the current Node.js build includes support for

19201920

## `process.features.tls`

1921192119221922

<!-- YAML

1923-

added: REPLACEME

1923+

added: v0.5.3

19241924

-->

1925192519261926

* {boolean}

@@ -1930,7 +1930,7 @@ A boolean value that is `true` if the current Node.js build includes support for

19301930

## `process.features.tls_alpn`

1931193119321932

<!-- YAML

1933-

added: REPLACEME

1933+

added: v4.8.0

19341934

-->

1935193519361936

* {boolean}

@@ -1942,7 +1942,7 @@ A boolean value that is `true` if the current Node.js build includes support for

19421942

## `process.features.tls_ocsp`

1943194319441944

<!-- YAML

1945-

added: REPLACEME

1945+

added: v0.11.13

19461946

-->

1947194719481948

* {boolean}

@@ -1954,7 +1954,7 @@ A boolean value that is `true` if the current Node.js build includes support for

19541954

## `process.features.tls_sni`

1955195519561956

<!-- YAML

1957-

added: REPLACEME

1957+

added: v0.5.3

19581958

-->

1959195919601960

* {boolean}

@@ -1966,7 +1966,7 @@ A boolean value that is `true` if the current Node.js build includes support for

19661966

## `process.features.uv`

1967196719681968

<!-- YAML

1969-

added: REPLACEME

1969+

added: v0.5.3

19701970

-->

1971197119721972

* {boolean}