From 9125479be92ec49c67be6bf46ba38bf9774587f8 Mon Sep 17 00:00:00 2001 From: Yuta Hiroto Date: Sun, 25 Mar 2018 10:48:51 +0900 Subject: 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 Reviewed-By: Trivikram Kamat --- doc/api/perf_hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/perf_hooks.md') 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