Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
squash: put back dep code and change the metadata order
  • Loading branch information
lholmquist committed Oct 7, 2019
commit 2781b4b58753f912368a0d11a8a07a798065300e
10 changes: 5 additions & 5 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2519,16 +2519,16 @@ Type: Documentation-only
Prefer [`response.socket`][] over [`response.connection`][] and
[`request.socket`][] over [`request.connection`][].

<a id="DEP0XXX"></a>
### DEP0XXX: process._tickCallback
<a id="DEP0134"></a>
Comment thread
lholmquist marked this conversation as resolved.
Outdated
### DEP0134: process._tickCallback
Comment thread
lholmquist marked this conversation as resolved.
Outdated
<!-- YAML
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/29781
description: Documentation-only deprecation.
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/29671
description: Runtime deprecation.
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/29781
description: Documentation-only deprecation.
-->
Type: Runtime

Expand Down