Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion doc/api/perf_hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -1335,11 +1335,15 @@ added: v16.0.0

<!-- YAML
added: v8.5.0
changes:
- version: v16.7.0
pr-url: https://github.com/nodejs/node/pull/39532
description: This class is now exported.
-->

The `PerformanceObserverEntryList` class is used to provide access to the
`PerformanceEntry` instances passed to a `PerformanceObserver`.
The constructor of this class is not exposed to users.
The constructor of this class is not exposed to users directly.

### `performanceObserverEntryList.getEntries()`

Expand Down
Loading