Skip to content

Commit ec34cad

Browse files
theanarkhjuanarbol
authored andcommitted
doc: add PerformanceObserver.supportedEntryTypes to doc
PR-URL: #45962 Reviewed-By: Luigi Pinca <[email protected]>
1 parent d251a66 commit ec34cad

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/api/perf_hooks.md

+14
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,20 @@ Returns a `object` that is the JSON representation of the
917917

918918
## Class: `perf_hooks.PerformanceObserver`
919919

920+
<!-- YAML
921+
added: v8.5.0
922+
-->
923+
924+
### `PerformanceObserver.supportedEntryTypes`
925+
926+
<!-- YAML
927+
added: v16.0.0
928+
-->
929+
930+
* {string\[]}
931+
932+
Get supported types.
933+
920934
### `new PerformanceObserver(callback)`
921935

922936
<!-- YAML

0 commit comments

Comments
 (0)