From 2121b3cc66f23ad6412d59650ccc135c82c911e8 Mon Sep 17 00:00:00 2001 From: henriquejsza Date: Sun, 17 May 2026 07:10:52 -0300 Subject: [PATCH] doc: add PerformanceObserverEntryList export history Add the missing v16.7.0 history entry for PerformanceObserverEntryList being exported from perf_hooks. Fixes: https://github.com/nodejs/node/issues/55815 Refs: https://github.com/nodejs/node/pull/39532 Signed-off-by: henriquejsza --- doc/api/perf_hooks.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index 61634056679062..a43ea2ba817b6f 100644 --- a/doc/api/perf_hooks.md +++ b/doc/api/perf_hooks.md @@ -1335,11 +1335,15 @@ added: v16.0.0 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()`