File tree Expand file tree Collapse file tree 4 files changed +117
-6
lines changed Expand file tree Collapse file tree 4 files changed +117
-6
lines changed Original file line number Diff line number Diff line change @@ -3064,11 +3064,11 @@ This method was deprecated because it is not compatible with
3064
3064
3065
3065
Use [ ` buffer.subarray ` ] [ ] which does the same thing instead.
3066
3066
3067
- ### DEPXXXX : ` process.on('multipleResolves', handler) `
3067
+ ### DEP159 : ` process.on('multipleResolves', handler) `
3068
3068
3069
3069
<!-- YAML
3070
3070
changes:
3071
- - version: REPLACEME
3071
+ - version: 17.5.1
3072
3072
pr-url: https://github.com/nodejs/node/pull/41872
3073
3073
description: Documentation-only deprecation.
3074
3074
-->
@@ -3078,11 +3078,11 @@ Type: Documentation-only
3078
3078
This event was deprecated because it did not work with V8 promise combinators
3079
3079
which diminished its usefulness.
3080
3080
3081
- ### DEP0161 : ` process._getActiveRequests() ` and ` process._getActiveHandles() `
3081
+ ### DEP0160 : ` process._getActiveRequests() ` and ` process._getActiveHandles() `
3082
3082
3083
3083
<!-- YAML
3084
3084
changes:
3085
- - version: REPLACEME
3085
+ - version: 17.5.1
3086
3086
pr-url: https://github.com/nodejs/node/pull/41587
3087
3087
description: Documentation-only deprecation.
3088
3088
-->
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ See [Advanced serialization for `child_process`][] for more details.
181
181
182
182
<!-- YAML
183
183
added: v10.12.0
184
- deprecated: REPLACEME
184
+ deprecated: 17.5.1
185
185
-->
186
186
187
187
> Stability: 0 - Deprecated
You can’t perform that action at this time.
0 commit comments