Skip to content

Commit

Permalink
doc: add http2 to performanceEntry.entryType
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
hiroppy authored and trivikr committed Mar 25, 2018
1 parent acacf85 commit 9125479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/perf_hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ added: v8.5.0
* {string}

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

### performanceEntry.kind
<!-- YAML
Expand Down

0 comments on commit 9125479

Please sign in to comment.