@@ -3569,22 +3569,6 @@ Calling `Hash` class directly with `Hash()` or `new Hash()` is
3569
3569
deprecated due to being internals, not intended for public use.
3570
3570
Please use the [ ` crypto.createHash() ` ] [ ] method to create Hash instances.
3571
3571
3572
- ### DEP0180: ` process.nextTick `
3573
-
3574
- <!-- YAML
3575
- changes:
3576
- - version: REPLACEME
3577
- pr-url: https://github.com/nodejs/node/pull/51280
3578
- description: Documentation-only deprecation.
3579
- -->
3580
-
3581
- Type: Documentation-only
3582
-
3583
- The [ ` process.nextTick() ` ] [ ] API is deprecated due to performance
3584
- issues with async callbacks and unpredictable behavior
3585
- in promise and async/await scenarios.
3586
- Please use [ ` queueMicrotask() ` ] [ ] instead.
3587
-
3588
3572
[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
3589
3573
[ RFC 6066 ] : https://tools.ietf.org/html/rfc6066#section-3
3590
3574
[ RFC 8247 Section 2.4 ] : https://www.rfc-editor.org/rfc/rfc8247#section-2.4
@@ -3677,9 +3661,7 @@ Please use [`queueMicrotask()`][] instead.
3677
3661
[ `process.exitCode` ] : process.md#processexitcode_1
3678
3662
[ `process.getActiveResourcesInfo()` ] : process.md#processgetactiveresourcesinfo
3679
3663
[ `process.mainModule` ] : process.md#processmainmodule
3680
- [ `process.nextTick()` ] : process.md#processnexttickcallback-args
3681
3664
[ `punycode` ] : punycode.md
3682
- [ `queueMicrotask()` ] : globals.md#queuemicrotaskcallback
3683
3665
[ `readable.readableEnded` ] : stream.md#readablereadableended
3684
3666
[ `request.abort()` ] : http.md#requestabort
3685
3667
[ `request.connection` ] : http.md#requestconnection
0 commit comments