Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b7070f3

Browse filesBrowse files
dev-scripttargos
authored andcommitted
doc: explain http2 aborted event callback
Line added in the description of http2 aborted event that it's listener does not expect any arguments. Refs: nodejs/help#877 PR-URL: #30179 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 03827dd commit b7070f3
Copy full SHA for b7070f3

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/http2.md‎

Copy file name to clipboardExpand all lines: doc/api/http2.md
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,7 @@ added: v8.4.0
938938

939939
The `'aborted'` event is emitted whenever a `Http2Stream` instance is
940940
abnormally aborted in mid-communication.
941+
Its listener does not expect any arguments.
941942

942943
The `'aborted'` event will only be emitted if the `Http2Stream` writable side
943944
has not been ended.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.