Skip to content

doc: add PerformanceObserverEntryList export history#63380

Open
henriquejsza wants to merge 1 commit into
nodejs:mainfrom
henriquejsza:doc-performanceobserverentrylist-history
Open

doc: add PerformanceObserverEntryList export history#63380
henriquejsza wants to merge 1 commit into
nodejs:mainfrom
henriquejsza:doc-performanceobserverentrylist-history

Conversation

@henriquejsza
Copy link
Copy Markdown

Summary

  • Add the missing v16.7.0 history entry for PerformanceObserverEntryList being exported from node:perf_hooks.
  • Clarify that the constructor is not exposed directly, matching nearby perf_hooks class wording.

Details

PerformanceObserverEntryList instances existed before v16.7.0, but the class was not exported from node:perf_hooks until #39532, which was included in v16.7.0.

Fixes: #55815
Refs: #39532

Validation

  • make lint-md
  • node tools/lint-md/lint-md.mjs doc/api/perf_hooks.md
  • make doc-only
  • git diff --check

Add the missing v16.7.0 history entry for PerformanceObserverEntryList being exported from perf_hooks.

Fixes: nodejs#55815

Refs: nodejs#39532

Signed-off-by: henriquejsza <henriquejsza@gmail.com>
@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. perf_hooks Issues and PRs related to the implementation of the Performance Timing API. labels May 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Issues and PRs related to the documentations. perf_hooks Issues and PRs related to the implementation of the Performance Timing API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect version for PerformanceObserverEntryList

2 participants