Skip to content

Commit

Permalink
doc: add PerformanceObserver.supportedEntryTypes to doc
Browse files Browse the repository at this point in the history
PR-URL: #45962
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
theanarkh authored and juanarbol committed Jan 31, 2023
1 parent d251a66 commit ec34cad
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/api/perf_hooks.md
Expand Up @@ -917,6 +917,20 @@ Returns a `object` that is the JSON representation of the

## Class: `perf_hooks.PerformanceObserver`

<!-- YAML
added: v8.5.0
-->

### `PerformanceObserver.supportedEntryTypes`

<!-- YAML
added: v16.0.0
-->

* {string\[]}

Get supported types.

### `new PerformanceObserver(callback)`

<!-- YAML
Expand Down

0 comments on commit ec34cad

Please sign in to comment.