We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd10afc commit afb9534Copy full SHA for afb9534
doc/api/http2.md
@@ -3642,7 +3642,8 @@ added: v8.4.0
3642
has been rejected, or the state of `Http2ServerRequest` is closed prior to
3643
calling the `http2stream.pushStream()` method
3644
* `err` {Error}
3645
- * `stream` {ServerHttp2Stream} The newly-created `ServerHttp2Stream` object
+ * `res` {http2.Http2ServerResponse} The newly-created `Http2ServerResponse`
3646
+ object
3647
3648
Call [`http2stream.pushStream()`][] with the given headers, and wrap the
3649
given [`Http2Stream`][] on a newly created `Http2ServerResponse` as the callback
0 commit comments