Skip to content

Commit 9125479

Browse files
hiroppytrivikr
authored andcommitted
doc: add http2 to performanceEntry.entryType
add `http2` to performanceEntry.entryType in perf_hooks PR-URL: #19584 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent acacf85 commit 9125479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/perf_hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ added: v8.5.0
270270
* {string}
271271

272272
The type of the performance entry. Currently it may be one of: `'node'`,
273-
`'mark'`, `'measure'`, `'gc'`, or `'function'`.
273+
`'mark'`, `'measure'`, `'gc'`, `'function'`, or `'http2'`.
274274

275275
### performanceEntry.kind
276276
<!-- YAML

0 commit comments

Comments
 (0)