@@ -3897,10 +3897,54 @@ of built-in modules. This was incomplete and matched the already deprecated
3897
3897
` repl._builtinLibs ` ([ DEP0142] [ ] ) instead it's better to rely
3898
3898
upon ` require('node:module').builtinModules ` .
3899
3899
3900
+ ### DEP0192: ` require('node:_tls_common') ` and ` require('node:_tls_wrap') `
3901
+
3902
+ <!-- YAML
3903
+ changes:
3904
+ - version: REPLACEME
3905
+ pr-url: https://github.com/nodejs/node/pull/57643
3906
+ description: Documentation-only deprecation.
3907
+ -->
3908
+
3909
+ Type: Documentation-only
3910
+
3911
+ The ` node:_tls_common ` and ` node:_tls_wrap ` modules are deprecated as they should be considered
3912
+ an internal nodejs implementation rather than a public facing API, use ` node:tls ` instead.
3913
+
3914
+ ### DEP0193: ` require('node:_stream_*') `
3915
+
3916
+ <!-- YAML
3917
+ changes:
3918
+ - version: REPLACEME
3919
+ pr-url: https://github.com/nodejs/node/pull/58337
3920
+ description: Documentation-only deprecation.
3921
+ -->
3922
+
3923
+ Type: Documentation-only
3924
+
3925
+ The ` node:_stream_duplex ` , ` node:_stream_passthrough ` , ` node:_stream_readable ` , ` node:_stream_transform ` ,
3926
+ ` node:_stream_wrap ` and ` node:_stream_writable ` modules are deprecated as they should be considered
3927
+ an internal nodejs implementation rather than a public facing API, use ` node:stream ` instead.
3928
+
3929
+ ### DEP0194: ` require('node:http2').Http2Stream.priority `
3930
+
3931
+ <!-- YAML
3932
+ changes:
3933
+ - version: REPLACEME
3934
+ pr-url: https://github.com/nodejs/node/pull/58313
3935
+ description: Documentation-only deprecation.
3936
+ -->
3937
+
3938
+ Type: Documentation-only
3939
+
3940
+ The support for priority signaling has been deprecated in the [ RFC 9113] [ ] , and
3941
+ will be removed in future versions of Node.js.
3942
+
3900
3943
[ DEP0142 ] : #dep0142-repl_builtinlibs
3901
3944
[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
3902
3945
[ RFC 6066 ] : https://tools.ietf.org/html/rfc6066#section-3
3903
3946
[ RFC 8247 Section 2.4 ] : https://www.rfc-editor.org/rfc/rfc8247#section-2.4
3947
+ [ RFC 9113 ] : https://datatracker.ietf.org/doc/html/rfc9113#section-5.3.1
3904
3948
[ WHATWG URL API ] : url.md#the-whatwg-url-api
3905
3949
[ `"exports"` or `"main"` entry ] : packages.md#main-entry-point-export
3906
3950
[ `'uncaughtException'` ] : process.md#event-uncaughtexception
0 commit comments