diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index f99758a0e75275..1c18395662f171 100644 --- a/doc/api/perf_hooks.md +++ b/doc/api/perf_hooks.md @@ -1179,6 +1179,20 @@ Returns a `object` that is the JSON representation of the ## Class: `PerformanceObserver` + + +### `PerformanceObserver.supportedEntryTypes` + + + +* {string\[]} + +Get supported types. + ### `new PerformanceObserver(callback)`