◐ Shell
clean mode source ↗

doc: fix deprecation codes · nodejs/node@78b6aef

Original file line numberDiff line numberDiff line change

@@ -3701,7 +3701,7 @@ Type: Documentation-only

37013701

Passing non-supported argument types is deprecated and, instead of returning `false`,

37023702

will throw an error in a future version.

37033703
3704-

### DEP0187: `process.features.ipv6` and `process.features.uv`

3704+

### DEP0188: `process.features.ipv6` and `process.features.uv`

37053705
37063706

<!-- YAML

37073707

changes:

@@ -3714,7 +3714,7 @@ Type: Documentation-only

37143714
37153715

These properties are unconditionally `true`. Any checks based on these properties are redundant.

37163716
3717-

### DEP0188: `process.features.tls_*`

3717+

### DEP0189: `process.features.tls_*`

37183718
37193719

<!-- YAML

37203720

changes: