We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4955624 commit 538c53fCopy full SHA for 538c53f
doc/api/perf_hooks.md
@@ -1179,6 +1179,20 @@ Returns a `object` that is the JSON representation of the
1179
1180
## Class: `PerformanceObserver`
1181
1182
+<!-- YAML
1183
+added: v8.5.0
1184
+-->
1185
+
1186
+### `PerformanceObserver.supportedEntryTypes`
1187
1188
1189
+added: v16.0.0
1190
1191
1192
+* {string\[]}
1193
1194
+Get supported types.
1195
1196
### `new PerformanceObserver(callback)`
1197
1198
<!-- YAML
0 commit comments