Skip to content

doc: add PerformanceObserverEntryList export history - #63380

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

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: #55815

Refs: #39532

Signed-off-by: henriquejsza <henriquejsza@gmail.com>
@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to Node.js documentation. perf_hooks Issues and PRs related to the perf_hooks module and performance measurement APIs. labels May 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

This pull request has been marked as stale due to 90 days of inactivity.
It will be automatically closed in 30 days if no further activity occurs. If this is still relevant, please leave a comment or update it to keep it open.

@github-actions github-actions Bot added the stale Issues and PRs marked stale due to inactivity and scheduled for automatic closure. label Aug 16, 2026
@henriquejsza

Copy link
Copy Markdown
Author

Still relevant: current main still lacks the v16.7.0 export history for PerformanceObserverEntryList, and this PR is currently mergeable. Keeping it open.

@github-actions github-actions Bot removed the stale Issues and PRs marked stale due to inactivity and scheduled for automatic closure. label Aug 23, 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 Node.js documentation. perf_hooks Issues and PRs related to the perf_hooks module and performance measurement APIs.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect version for PerformanceObserverEntryList

2 participants