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