Skip to content

Commit b32cf8f

Browse files
ryzokukenBethGriggs
authored andcommitted
doc: add parameters for Http2Session:error event
Add parameters for the callback for the Http2Session:error event inline with the pattern in the rest of the documentation. Refs: nodejs/help#877 (comment) Backport-PR-URL: #22850 PR-URL: #20206 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 5abe246 commit b32cf8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api/http2.md

+2
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ connected to the remote peer and communication may begin.
149149
added: v8.4.0
150150
-->
151151

152+
* `error` {Error}
153+
152154
The `'error'` event is emitted when an error occurs during the processing of
153155
an `Http2Session`.
154156

0 commit comments

Comments
 (0)