-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While using performance.measure(...) the detail fields isn't passed on to the PerformanceObserver since Node V20 #53570
Labels
perf_hooks
Issues and PRs related to the implementation of the Performance Timing API.
Comments
Thanks for the report! If you don't mind, could you edit your issue to use markdown code blocks? That way it'll be easier for viewers to see code vs text. |
RedYetiDev
added
the
perf_hooks
Issues and PRs related to the implementation of the Performance Timing API.
label
Jun 24, 2024
@RedYetiDev I would like to work on this issue. I will start investigating the problem and will post updates here. Thank you! |
You can use |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
20
Platform
Mac
Subsystem
perf_hooks
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Reproduces consistently
What is the expected behavior? Why is that the expected behavior?
The expected output-
What do you see instead?
Additional information
Works well when using Node V18
The text was updated successfully, but these errors were encountered: