| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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>
|
This pull request has been marked as stale due to 90 days of inactivity. |
Sorry, something went wrong.
|
Still relevant: current main still lacks the v16.7.0 export history for PerformanceObserverEntryList, and this PR is currently mergeable. Keeping it open. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
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