mirror of https://github.com/nodejs/node.git
doc: fix deprecation codes
PR-URL: https://github.com/nodejs/node/pull/56018 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>pull/56023/head
parent
17f39bcf3c
commit
5bdf1c4ee8
|
@ -3786,7 +3786,7 @@ Type: Documentation-only
|
|||
Passing non-supported argument types is deprecated and, instead of returning `false`,
|
||||
will throw an error in a future version.
|
||||
|
||||
### DEP0187: `process.features.ipv6` and `process.features.uv`
|
||||
### DEP0188: `process.features.ipv6` and `process.features.uv`
|
||||
|
||||
<!-- YAML
|
||||
changes:
|
||||
|
@ -3799,7 +3799,7 @@ Type: Documentation-only
|
|||
|
||||
These properties are unconditionally `true`. Any checks based on these properties are redundant.
|
||||
|
||||
### DEP0188: `process.features.tls_*`
|
||||
### DEP0189: `process.features.tls_*`
|
||||
|
||||
<!-- YAML
|
||||
changes:
|
||||
|
|
Loading…
Reference in New Issue