Skip to content

Commit

Permalink
doc,http2: add parameters for Http2Session:error event
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
ryzokuken committed Apr 21, 2018
1 parent 31cbec7 commit 772e784
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ User code will typically not listen for this event directly.
added: v8.4.0
-->

* `error` {Error}

The `'error'` event is emitted when an error occurs during the processing of
an `Http2Session`.

Expand Down

0 comments on commit 772e784

Please sign in to comment.