@@ -3569,6 +3569,22 @@ 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
+
3572
3588
[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
3573
3589
[ RFC 6066 ] : https://tools.ietf.org/html/rfc6066#section-3
3574
3590
[ RFC 8247 Section 2.4 ] : https://www.rfc-editor.org/rfc/rfc8247#section-2.4
@@ -3661,7 +3677,9 @@ Please use the [`crypto.createHash()`][] method to create Hash instances.
3661
3677
[ `process.exitCode` ] : process.md#processexitcode_1
3662
3678
[ `process.getActiveResourcesInfo()` ] : process.md#processgetactiveresourcesinfo
3663
3679
[ `process.mainModule` ] : process.md#processmainmodule
3680
+ [ `process.nextTick()` ] : process.md#processnexttickcallback-args
3664
3681
[ `punycode` ] : punycode.md
3682
+ [ `queueMicrotask()` ] : globals.md#queuemicrotaskcallback
3665
3683
[ `readable.readableEnded` ] : stream.md#readablereadableended
3666
3684
[ `request.abort()` ] : http.md#requestabort
3667
3685
[ `request.connection` ] : http.md#requestconnection
0 commit comments