@@ -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
@@ -1963,32 +1969,50 @@ A boolean value that is `true` if the current Node.js build includes support for
19631969
19641970<!-- YAML
19651971added: v4.8.0
1972+ deprecated: REPLACEME
19661973-->
19671974
1975+ > Stability: 0 - Deprecated. Use ` process .features .tls ` instead.
1976+
19681977* {boolean}
19691978
19701979A boolean value that is ` true ` if the current Node.js build includes support for ALPN in TLS.
19711980
1981+ In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional ALPN support.
1982+ This value is therefore identical to that of ` process .features .tls ` .
1983+
19721984## ` process .features .tls_ocsp `
19731985
19741986<!-- YAML
19751987added: v0.11.13
1988+ deprecated: REPLACEME
19761989-->
19771990
1991+ > Stability: 0 - Deprecated. Use ` process .features .tls ` instead.
1992+
19781993* {boolean}
19791994
19801995A boolean value that is ` true ` if the current Node.js build includes support for OCSP in TLS.
19811996
1997+ In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional OCSP support.
1998+ This value is therefore identical to that of ` process .features .tls ` .
1999+
19822000## ` process .features .tls_sni `
19832001
19842002<!-- YAML
19852003added: v0.5.3
2004+ deprecated: REPLACEME
19862005-->
19872006
2007+ > Stability: 0 - Deprecated. Use ` process .features .tls ` instead.
2008+
19882009* {boolean}
19892010
19902011A boolean value that is ` true ` if the current Node.js build includes support for SNI in TLS.
19912012
2013+ In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional SNI support.
2014+ This value is therefore identical to that of ` process .features .tls ` .
2015+
19922016## ` process .features .typescript `
19932017
19942018<!-- YAML
@@ -2008,12 +2032,17 @@ A value that is `"strip"` if Node.js is run with `--experimental-strip-types`,
20082032
20092033<!-- YAML
20102034added: v0.5.3
2035+ deprecated: REPLACEME
20112036-->
20122037
2038+ > Stability: 0 - Deprecated. This property is always true, and any checks based on it are
2039+ > redundant.
2040+
20132041* {boolean}
20142042
20152043A boolean value that is ` true ` if the current Node.js build includes support for libuv.
2016- Since it's currently not possible to build Node.js without libuv, this value is always ` true ` .
2044+
2045+ Since it's not possible to build Node.js without libuv, this value is always ` true ` .
20172046
20182047## ` process .finalization .register (ref, callback)`
20192048
0 commit comments