Skip to content

Commit 538c53f

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

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
@@ -1179,6 +1179,20 @@ Returns a `object` that is the JSON representation of the
11791179

11801180
## Class: `PerformanceObserver`
11811181

1182+
<!-- YAML
1183+
added: v8.5.0
1184+
-->
1185+
1186+
### `PerformanceObserver.supportedEntryTypes`
1187+
1188+
<!-- YAML
1189+
added: v16.0.0
1190+
-->
1191+
1192+
* {string\[]}
1193+
1194+
Get supported types.
1195+
11821196
### `new PerformanceObserver(callback)`
11831197

11841198
<!-- YAML

0 commit comments

Comments
 (0)