@@ -3766,10 +3766,54 @@ of built-in modules. This was incomplete and matched the already deprecated
3766
3766
` repl._builtinLibs ` ([ DEP0142] [ ] ) instead it's better to rely
3767
3767
upon ` require('node:module').builtinModules ` .
3768
3768
3769
+ ### DEP0192: ` require('node:_tls_common') ` and ` require('node:_tls_wrap') `
3770
+
3771
+ <!-- YAML
3772
+ changes:
3773
+ - version: REPLACEME
3774
+ pr-url: https://github.com/nodejs/node/pull/57643
3775
+ description: Documentation-only deprecation.
3776
+ -->
3777
+
3778
+ Type: Documentation-only
3779
+
3780
+ The ` node:_tls_common ` and ` node:_tls_wrap ` modules are deprecated as they should be considered
3781
+ an internal nodejs implementation rather than a public facing API, use ` node:tls ` instead.
3782
+
3783
+ ### DEP0193: ` require('node:_stream_*') `
3784
+
3785
+ <!-- YAML
3786
+ changes:
3787
+ - version: REPLACEME
3788
+ pr-url: https://github.com/nodejs/node/pull/58337
3789
+ description: Documentation-only deprecation.
3790
+ -->
3791
+
3792
+ Type: Documentation-only
3793
+
3794
+ The ` node:_stream_duplex ` , ` node:_stream_passthrough ` , ` node:_stream_readable ` , ` node:_stream_transform ` ,
3795
+ ` node:_stream_wrap ` and ` node:_stream_writable ` modules are deprecated as they should be considered
3796
+ an internal nodejs implementation rather than a public facing API, use ` node:stream ` instead.
3797
+
3798
+ ### DEP0194: ` require('node:http2').Http2Stream.priority `
3799
+
3800
+ <!-- YAML
3801
+ changes:
3802
+ - version: REPLACEME
3803
+ pr-url: https://github.com/nodejs/node/pull/58313
3804
+ description: Documentation-only deprecation.
3805
+ -->
3806
+
3807
+ Type: Documentation-only
3808
+
3809
+ The support for priority signaling has been deprecated in the [ RFC 9113] [ ] , and
3810
+ will be removed in future versions of Node.js.
3811
+
3769
3812
[ DEP0142 ] : #dep0142-repl_builtinlibs
3770
3813
[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
3771
3814
[ RFC 6066 ] : https://tools.ietf.org/html/rfc6066#section-3
3772
3815
[ RFC 8247 Section 2.4 ] : https://www.rfc-editor.org/rfc/rfc8247#section-2.4
3816
+ [ RFC 9113 ] : https://datatracker.ietf.org/doc/html/rfc9113#section-5.3.1
3773
3817
[ WHATWG URL API ] : url.md#the-whatwg-url-api
3774
3818
[ `"exports"` or `"main"` entry ] : packages.md#main-entry-point-export
3775
3819
[ `'uncaughtException'` ] : process.md#event-uncaughtexception
0 commit comments