diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 295d78c9eb2aa4..1016c5df524f52 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3935,10 +3935,25 @@ The `node:_stream_duplex`, `node:_stream_passthrough`, `node:_stream_readable`, `node:_stream_wrap` and `node:_stream_writable` modules are deprecated as they should be considered an internal nodejs implementation rather than a public facing API, use `node:stream` instead. +### DEP0194: `require('node:http2').Http2Stream.priority` + + + +Type: Documentation-only + +The support for priority signaling has been deprecated in the [RFC 9113][], and +will be removed in future versions of Node.js. + [DEP0142]: #dep0142-repl_builtinlibs [NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf [RFC 6066]: https://tools.ietf.org/html/rfc6066#section-3 [RFC 8247 Section 2.4]: https://www.rfc-editor.org/rfc/rfc8247#section-2.4 +[RFC 9113]: https://datatracker.ietf.org/doc/html/rfc9113#section-5.3.1 [WHATWG URL API]: url.md#the-whatwg-url-api [`"exports"` or `"main"` entry]: packages.md#main-entry-point-export [`'uncaughtException'`]: process.md#event-uncaughtexception diff --git a/doc/api/http2.md b/doc/api/http2.md index 36b9cd1ccfce8b..42c91ff734f1a3 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1457,6 +1457,7 @@ numeric stream identifier. * `options` {Object} @@ -1474,6 +1475,9 @@ added: v8.4.0 Updates the priority for this `Http2Stream` instance. +The support for priority signaling has been deprecated in the [RFC 9113][], and +will be removed in future versions of Node.js. + #### `http2stream.rstCode`