summaryrefslogtreecommitdiff
path: root/doc/api/perf_hooks.md
diff options
context:
space:
mode:
authorYuta Hiroto <git@about-hiroppy.com>2018-03-25 10:48:51 +0900
committerTrivikram <16024985+trivikr@users.noreply.github.com>2018-03-25 10:17:42 -0700
commit9125479be92ec49c67be6bf46ba38bf9774587f8 (patch)
tree44a076b71bd6bddcb627e26dc846ac7bb764ca70 /doc/api/perf_hooks.md
parentacacf85fecae4a2b72e7cce2dff3a1ac21d40f97 (diff)
downloadandroid-node-v8-9125479be92ec49c67be6bf46ba38bf9774587f8.tar.gz
android-node-v8-9125479be92ec49c67be6bf46ba38bf9774587f8.tar.bz2
android-node-v8-9125479be92ec49c67be6bf46ba38bf9774587f8.zip
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>
Diffstat (limited to 'doc/api/perf_hooks.md')
-rw-r--r--doc/api/perf_hooks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md
index 98cc41276a..0a81874adb 100644
--- a/doc/api/perf_hooks.md
+++ b/doc/api/perf_hooks.md
@@ -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