From 85a0489d5e3a35d123dd700704fa8643b72929f1 Mon Sep 17 00:00:00 2001 From: Yuta Hiroto Date: Sun, 25 Mar 2018 10:48:51 +0900 Subject: [PATCH] doc: add `http2` to performanceEntry.entryType in perf_hooks --- doc/api/perf_hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index 98cc41276a4122..0a81874adb7b55 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