mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: add PerformanceObserver.supportedEntryTypes to doc
PR-URL: https://github.com/nodejs/node/pull/45962 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
@@ -1179,6 +1179,20 @@ Returns a `object` that is the JSON representation of the
|
||||
|
||||
## Class: `PerformanceObserver`
|
||||
|
||||
<!-- YAML
|
||||
added: v8.5.0
|
||||
-->
|
||||
|
||||
### `PerformanceObserver.supportedEntryTypes`
|
||||
|
||||
<!-- YAML
|
||||
added: v16.0.0
|
||||
-->
|
||||
|
||||
* {string\[]}
|
||||
|
||||
Get supported types.
|
||||
|
||||
### `new PerformanceObserver(callback)`
|
||||
|
||||
<!-- YAML
|
||||
|
||||
Reference in New Issue
Block a user