FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: add PerformanceObserverEntryList export history by henriquejsza · Pull Request #63380 · nodejs/node · GitHub

/ node Public

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

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 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

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 Bot added the stale label Aug 16, 2026

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 Bot removed the stale label Aug 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL