doc: clarify DEP0194 scope · nodejs/node@2f555e0
@@ -1071,6 +1071,11 @@ The `'origin'` event is only emitted when using a secure TLS connection.
1071107110721072<!-- YAML
10731073added: v8.4.0
1074+changes:
1075+ - version: REPLACEME
1076+ pr-url: https://github.com/nodejs/node/pull/58313
1077+ description: Following the deprecation of priority signaling as of RFC 1993,
1078+ `weight` option is deprecated.
10741079-->
1075108010761081* `headers` {HTTP/2 Headers Object} | {Array}
@@ -1087,7 +1092,8 @@ added: v8.4.0
10871092 created stream is dependent on.
10881093* `weight` {number} Specifies the relative dependency of a stream in relation
10891094 to other streams with the same `parent`. The value is a number between `1`
1090- and `256` (inclusive).
1095+ and `256` (inclusive). This has been **deprecated** in [RFC 9113][], and
1096+ support for it will be removed in future versions of Node.js.
10911097* `waitForTrailers` {boolean} When `true`, the `Http2Stream` will emit the
10921098`'wantTrailers'` event after the final `DATA` frame has been sent.
10931099* `signal` {AbortSignal} An AbortSignal that may be used to abort an ongoing
@@ -1460,6 +1466,9 @@ added: v8.4.0
14601466deprecated: REPLACEME
14611467-->
146214681469+> Stability: 0 - Deprecated: support for priority signaling has been deprecated
1470+> in the [RFC 9113][] and is no longer supported in Node.js.
1471+14631472* `options` {Object}
14641473* `exclusive` {boolean} When `true` and `parent` identifies a parent Stream,
14651474 this stream is made the sole direct dependency of the parent, with
@@ -1475,9 +1484,6 @@ deprecated: REPLACEME
1475148414761485Updates the priority for this `Http2Stream` instance.
147714861478-The support for priority signaling has been deprecated in the [RFC 9113][], and
1479-will be removed in future versions of Node.js.
1480-14811487#### `http2stream.rstCode`
1482148814831489<!-- YAML
@@ -1572,6 +1578,11 @@ req.setTimeout(5000, () => req.close(NGHTTP2_CANCEL));
1572157815731579<!-- YAML
15741580added: v8.4.0
1581+changes:
1582+ - version: REPLACEME
1583+ pr-url: https://github.com/nodejs/node/pull/58313
1584+ description: Following the deprecation of priority signaling as of RFC 1993,
1585+ `weight` and `sumDependencyWeight` options are deprecated.
15751586-->
1576158715771588Provides miscellaneous information about the current state of the