@@ -1930,12 +1930,18 @@ A boolean value that is `true` if the current Node.js build includes the inspect
1930
1930
1931
1931
<!-- YAML
1932
1932
added: v0.5.3
1933
+ deprecated: REPLACEME
1933
1934
-->
1934
1935
1936
+ > Stability: 0 - Deprecated. This property is always true, and any checks based on it are
1937
+ > redundant.
1938
+
1935
1939
* {boolean}
1936
1940
1937
1941
A boolean value that is ` true ` if the current Node.js build includes support for IPv6.
1938
1942
1943
+ Since all Node.js builds have IPv6 support, this value is always ` true ` .
1944
+
1939
1945
## ` process .features .require_module `
1940
1946
1941
1947
<!-- YAML
@@ -1963,32 +1969,50 @@ A boolean value that is `true` if the current Node.js build includes support for
1963
1969
1964
1970
<!-- YAML
1965
1971
added: v4.8.0
1972
+ deprecated: REPLACEME
1966
1973
-->
1967
1974
1975
+ > Stability: 0 - Deprecated. Use ` process .features .tls ` instead.
1976
+
1968
1977
* {boolean}
1969
1978
1970
1979
A boolean value that is ` true ` if the current Node.js build includes support for ALPN in TLS.
1971
1980
1981
+ Since OpenSSL now unconditionally supports ALPN, this value is identical to that of
1982
+ ` process .features .tls ` .
1983
+
1972
1984
## ` process .features .tls_ocsp `
1973
1985
1974
1986
<!-- YAML
1975
1987
added: v0.11.13
1988
+ deprecated: REPLACEME
1976
1989
-->
1977
1990
1991
+ > Stability: 0 - Deprecated. Use ` process .features .tls ` instead.
1992
+
1978
1993
* {boolean}
1979
1994
1980
1995
A boolean value that is ` true ` if the current Node.js build includes support for OCSP in TLS.
1981
1996
1997
+ Since OpenSSL now unconditionally supports OCSP, this value is identical to that of
1998
+ ` process .features .tls ` .
1999
+
1982
2000
## ` process .features .tls_sni `
1983
2001
1984
2002
<!-- YAML
1985
2003
added: v0.5.3
2004
+ deprecated: REPLACEME
1986
2005
-->
1987
2006
2007
+ > Stability: 0 - Deprecated. Use ` process .features .tls ` instead.
2008
+
1988
2009
* {boolean}
1989
2010
1990
2011
A boolean value that is ` true ` if the current Node.js build includes support for SNI in TLS.
1991
2012
2013
+ Since OpenSSL now unconditionally supports SNI, this value is identical to that of
2014
+ ` process .features .tls ` .
2015
+
1992
2016
## ` process .features .typescript `
1993
2017
1994
2018
<!-- YAML
@@ -2008,12 +2032,17 @@ A value that is `"strip"` if Node.js is run with `--experimental-strip-types`,
2008
2032
2009
2033
<!-- YAML
2010
2034
added: v0.5.3
2035
+ deprecated: REPLACEME
2011
2036
-->
2012
2037
2038
+ > Stability: 0 - Deprecated. This property is always true, and any checks based on it are
2039
+ > redundant.
2040
+
2013
2041
* {boolean}
2014
2042
2015
2043
A 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 ` .
2017
2046
2018
2047
## ` process .finalization .register (ref, callback)`
2019
2048
0 commit comments