-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
RedYetiDev
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
RafaelGSS
pushed a commit
that referenced
this issue
Aug 19, 2024
Fixes: #54212 Fixes: #50290 PR-URL: #54263 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]>
RafaelGSS
pushed a commit
that referenced
this issue
Aug 21, 2024
Fixes: #54212 Fixes: #50290 PR-URL: #54263 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]>
targos
pushed a commit
that referenced
this issue
Sep 21, 2024
Fixes: #54212 Fixes: #50290 PR-URL: #54263 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]>
targos
pushed a commit
that referenced
this issue
Sep 26, 2024
Fixes: #54212 Fixes: #50290 PR-URL: #54263 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]>
targos
pushed a commit
that referenced
this issue
Oct 2, 2024
Fixes: #54212 Fixes: #50290 PR-URL: #54263 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]>
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: