@@ -1930,12 +1930,18 @@ A boolean value that is `true` if the current Node.js build includes the inspect
19301930
19311931<!-- YAML
19321932added: v0.5.3
1933+ deprecated: REPLACEME
19331934-->
19341935
1936+ > Stability: 0 - Deprecated. This property is always true, and any checks based on it are
1937+ > redundant.
1938+
19351939* {boolean}
19361940
19371941A boolean value that is ` true ` if the current Node.js build includes support for IPv6.
19381942
1943+ Since all Node.js builds have IPv6 support, this value is always ` true ` .
1944+
19391945## ` process .features .require_module `
19401946
19411947<!-- YAML
@@ -1961,32 +1967,50 @@ A boolean value that is `true` if the current Node.js build includes support for
19611967
19621968<!-- YAML
19631969added: v4.8.0
1970+ deprecated: REPLACEME
19641971-->
19651972
1973+ > Stability: 0 - Deprecated. Use ` process .features .tls ` instead.
1974+
19661975* {boolean}
19671976
19681977A boolean value that is ` true ` if the current Node.js build includes support for ALPN in TLS.
19691978
1979+ In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional ALPN support.
1980+ This value is therefore identical to that of ` process .features .tls ` .
1981+
19701982## ` process .features .tls_ocsp `
19711983
19721984<!-- YAML
19731985added: v0.11.13
1986+ deprecated: REPLACEME
19741987-->
19751988
1989+ > Stability: 0 - Deprecated. Use ` process .features .tls ` instead.
1990+
19761991* {boolean}
19771992
19781993A boolean value that is ` true ` if the current Node.js build includes support for OCSP in TLS.
19791994
1995+ In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional OCSP support.
1996+ This value is therefore identical to that of ` process .features .tls ` .
1997+
19801998## ` process .features .tls_sni `
19811999
19822000<!-- YAML
19832001added: v0.5.3
2002+ deprecated: REPLACEME
19842003-->
19852004
2005+ > Stability: 0 - Deprecated. Use ` process .features .tls ` instead.
2006+
19862007* {boolean}
19872008
19882009A boolean value that is ` true ` if the current Node.js build includes support for SNI in TLS.
19892010
2011+ In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional SNI support.
2012+ This value is therefore identical to that of ` process .features .tls ` .
2013+
19902014## ` process .features .typescript `
19912015
19922016<!-- YAML
@@ -2004,12 +2028,17 @@ A value that is `"strip"` if Node.js is run with `--experimental-strip-types`,
20042028
20052029<!-- YAML
20062030added: v0.5.3
2031+ deprecated: REPLACEME
20072032-->
20082033
2034+ > Stability: 0 - Deprecated. This property is always true, and any checks based on it are
2035+ > redundant.
2036+
20092037* {boolean}
20102038
20112039A boolean value that is ` true ` if the current Node.js build includes support for libuv.
2012- Since it's currently not possible to build Node.js without libuv, this value is always ` true ` .
2040+
2041+ Since it's not possible to build Node.js without libuv, this value is always ` true ` .
20132042
20142043## ` process .finalization .register (ref, callback)`
20152044
0 commit comments