-
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
[perf_hooks] There are no 'net'
and 'dns'
in performanceEntry.entryType
doc.
#50290
Labels
doc
Issues and PRs related to the documentations.
Comments
7 tasks
Hello, is it alright if I do a pr for this one as my first issue? |
UPD: @kineticstorytelling Sorry, I сonfused this ticket with another |
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
Affected URL(s)
https://nodejs.org/docs/latest-v20.x/api/perf_hooks.html#performanceentryentrytype
Description of the problem
There are no
'net'
and'dns'
inperformanceEntry.entryType
doc. But they exist in examples:https://nodejs.org/docs/latest-v20.x/api/perf_hooks.html#measuring-how-long-the-netconnect-only-for-tcp-takes-when-the-connection-is-successful
and
https://nodejs.org/docs/latest-v20.x/api/perf_hooks.html#measuring-how-long-the-dns-takes-when-the-request-is-successful
The text was updated successfully, but these errors were encountered: