doc: add missing deprecation number
https://github.com/nodejs/node/pull/29015 landed with the new deprecation listed as DEP0XXX. This commit assigns the new deprecation a valid ID. Refs: https://github.com/nodejs/node/pull/29015 PR-URL: https://github.com/nodejs/node/pull/29183 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
parent
5ff00dbdbc
commit
37321a9e11
@ -2500,8 +2500,8 @@ Type: Runtime
|
||||
Passing a callback to [`worker.terminate()`][] is deprecated. Use the returned
|
||||
`Promise` instead, or a listener to the worker’s `'exit'` event.
|
||||
|
||||
<a id="DEP0XXX"></a>
|
||||
### DEP0XXX: http connection
|
||||
<a id="DEP0133"></a>
|
||||
### DEP0133: http connection
|
||||
<!-- YAML
|
||||
changes:
|
||||
- version: REPLACEME
|
||||
|
Loading…
x
Reference in New Issue
Block a user