doc: add http2 to performanceEntry.entryType

add `http2` to performanceEntry.entryType in perf_hooks

PR-URL: https://github.com/nodejs/node/pull/19584
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
Yuta Hiroto 2018-03-25 10:48:51 +09:00 committed by Trivikram
parent acacf85fec
commit 9125479be9

View File

@ -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