Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuta Hiroto <git@about-hiroppy.com>2018-03-25 04:48:51 +0300
committerTrivikram <16024985+trivikr@users.noreply.github.com>2018-03-25 20:17:42 +0300
commit9125479be92ec49c67be6bf46ba38bf9774587f8 (patch)
tree44a076b71bd6bddcb627e26dc846ac7bb764ca70 /doc/api/perf_hooks.md
parentacacf85fecae4a2b72e7cce2dff3a1ac21d40f97 (diff)
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 98cc41276a4..0a81874adb7 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