From dfa49c4fd962271e134373f985bb8066b2a11992 Mon Sep 17 00:00:00 2001 From: theanarkh Date: Sat, 24 Dec 2022 16:21:34 +0800 Subject: [PATCH] doc: add PerformanceObserver.supportedEntryTypes to doc --- doc/api/perf_hooks.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index f99758a0e75275..4745483adf957a 100644 --- a/doc/api/perf_hooks.md +++ b/doc/api/perf_hooks.md @@ -1179,6 +1179,9 @@ Returns a `object` that is the JSON representation of the ## Class: `PerformanceObserver` +### `PerformanceObserver.supportedEntryTypes` +Get supported types. + ### `new PerformanceObserver(callback)`