diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 802a6ef81e8..dd1ec3edea0 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3795,7 +3795,7 @@ 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` +### DEP0194: HTTP/2 priority signaling * `headers` {HTTP/2 Headers Object} @@ -1087,7 +1092,8 @@ added: v8.4.0 created stream is dependent on. * `weight` {number} Specifies the relative dependency of a stream in relation to other streams with the same `parent`. The value is a number between `1` - and `256` (inclusive). + and `256` (inclusive). This has been **deprecated** in [RFC 9113][], and + support for it will be removed in future versions of Node.js. * `waitForTrailers` {boolean} When `true`, the `Http2Stream` will emit the `'wantTrailers'` event after the final `DATA` frame has been sent. * `signal` {AbortSignal} An AbortSignal that may be used to abort an ongoing @@ -1460,6 +1466,9 @@ added: v8.4.0 deprecated: REPLACEME --> +> Stability: 0 - Deprecated: support for priority signaling has been deprecated +> in the [RFC 9113][] and is no longer supported in Node.js. + * `options` {Object} * `exclusive` {boolean} When `true` and `parent` identifies a parent Stream, this stream is made the sole direct dependency of the parent, with @@ -1475,9 +1484,6 @@ deprecated: REPLACEME 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` Provides miscellaneous information about the current state of the