@@ -1922,12 +1922,18 @@ A boolean value that is `true` if the current Node.js build includes the inspect
19221922
19231923<!-- YAML
19241924added: v0.5.3
1925+ deprecated: REPLACEME
19251926-->
19261927
1928+ > Stability: 0 - Deprecated. This property is always true, and any checks based on it are
1929+ > redundant.
1930+
19271931* {boolean}
19281932
19291933A boolean value that is ` true ` if the current Node.js build includes support for IPv6.
19301934
1935+ Since all Node.js builds have IPv6 support, this value is always ` true ` .
1936+
19311937## ` process .features .require_module `
19321938
19331939<!-- YAML
@@ -1953,32 +1959,50 @@ A boolean value that is `true` if the current Node.js build includes support for
19531959
19541960<!-- YAML
19551961added: v4.8.0
1962+ deprecated: REPLACEME
19561963-->
19571964
1965+ > Stability: 0 - Deprecated. Use ` process .features .tls ` instead.
1966+
19581967* {boolean}
19591968
19601969A boolean value that is ` true ` if the current Node.js build includes support for ALPN in TLS.
19611970
1971+ In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional ALPN support.
1972+ This value is therefore identical to that of ` process .features .tls ` .
1973+
19621974## ` process .features .tls_ocsp `
19631975
19641976<!-- YAML
19651977added: v0.11.13
1978+ deprecated: REPLACEME
19661979-->
19671980
1981+ > Stability: 0 - Deprecated. Use ` process .features .tls ` instead.
1982+
19681983* {boolean}
19691984
19701985A boolean value that is ` true ` if the current Node.js build includes support for OCSP in TLS.
19711986
1987+ In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional OCSP support.
1988+ This value is therefore identical to that of ` process .features .tls ` .
1989+
19721990## ` process .features .tls_sni `
19731991
19741992<!-- YAML
19751993added: v0.5.3
1994+ deprecated: REPLACEME
19761995-->
19771996
1997+ > Stability: 0 - Deprecated. Use ` process .features .tls ` instead.
1998+
19781999* {boolean}
19792000
19802001A boolean value that is ` true ` if the current Node.js build includes support for SNI in TLS.
19812002
2003+ In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional SNI support.
2004+ This value is therefore identical to that of ` process .features .tls ` .
2005+
19822006## ` process .features .typescript `
19832007
19842008<!-- YAML
@@ -1996,12 +2020,17 @@ A value that is `"strip"` if Node.js is run with `--experimental-strip-types`,
19962020
19972021<!-- YAML
19982022added: v0.5.3
2023+ deprecated: REPLACEME
19992024-->
20002025
2026+ > Stability: 0 - Deprecated. This property is always true, and any checks based on it are
2027+ > redundant.
2028+
20012029* {boolean}
20022030
20032031A boolean value that is ` true ` if the current Node.js build includes support for libuv.
2004- Since it's currently not possible to build Node.js without libuv, this value is always ` true ` .
2032+
2033+ Since it's not possible to build Node.js without libuv, this value is always ` true ` .
20052034
20062035## ` process .finalization .register (ref, callback)`
20072036
0 commit comments