diff --git a/doc/api/http2.md b/doc/api/http2.md index 058958517d47ca..9c5be526b80fa2 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -937,6 +937,7 @@ added: v8.4.0 The `'aborted'` event is emitted whenever a `Http2Stream` instance is abnormally aborted in mid-communication. +Its listener does not expect any arguments. The `'aborted'` event will only be emitted if the `Http2Stream` writable side has not been ended.