-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
PerformanceObserver.supportedEntryTypes
does not match documented performanceEntry.entryType
#54212
Labels
doc
Issues and PRs related to the documentations.
perf_hooks
Issues and PRs related to the implementation of the Performance Timing API.
Comments
avivkeller
added
the
perf_hooks
Issues and PRs related to the implementation of the Performance Timing API.
label
Aug 5, 2024
Also related I think - #50290 |
jazelly
added a commit
to jazelly/node
that referenced
this issue
Aug 8, 2024
jazelly
added a commit
to jazelly/node
that referenced
this issue
Aug 8, 2024
jazelly
added a commit
to jazelly/node
that referenced
this issue
Aug 9, 2024
Fixes: nodejs#54212 Fixes: nodejs#50290
jazelly
added a commit
to jazelly/node
that referenced
this issue
Aug 9, 2024
Fixes: nodejs#54212 Fixes: nodejs#50290
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.
Affected URL(s)
https://nodejs.org/docs/latest/api/perf_hooks.html#performanceentryentrytype
Description of the problem
By the doc the performance entry may be one of:
But in code we have other supported entry types: https://github.com/nodejs/node/blob/ca2ed88f94ca537c21a631cfecf577aa96afca0b/lib/internal/perf/observe.js#L88C8-L98
There are no documented
dns
,resource
,net
. And there is nonode
.The text was updated successfully, but these errors were encountered: