We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad3455 commit ff4674bCopy full SHA for ff4674b
doc/api/http2.md
@@ -3691,7 +3691,8 @@ added: v8.4.0
3691
has been rejected, or the state of `Http2ServerRequest` is closed prior to
3692
calling the `http2stream.pushStream()` method
3693
* `err` {Error}
3694
- * `stream` {ServerHttp2Stream} The newly-created `ServerHttp2Stream` object
+ * `res` {http2.Http2ServerResponse} The newly-created `Http2ServerResponse`
3695
+ object
3696
3697
Call [`http2stream.pushStream()`][] with the given headers, and wrap the
3698
given [`Http2Stream`][] on a newly created `Http2ServerResponse` as the callback
0 commit comments