Skip to content

Commit 994b46a

Browse files
jazellytargos
authored andcommitted
doc: correct peformance entry types
Fixes: #54212Fixes: #50290 PR-URL: #54263 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent f142e66 commit 994b46a

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

‎doc/api/perf_hooks.md‎

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -502,13 +502,16 @@ changes:
502502

503503
The type of the performance entry. It may be one of:
504504

505-
*`'node'` (Node.js only)
506-
*`'mark'` (available on the Web)
507-
*`'measure'` (available on the Web)
508-
*`'gc'` (Node.js only)
505+
*`'dns'` (Node.js only)
509506
*`'function'` (Node.js only)
507+
*`'gc'` (Node.js only)
510508
*`'http2'` (Node.js only)
511509
*`'http'` (Node.js only)
510+
*`'mark'` (available on the Web)
511+
*`'measure'` (available on the Web)
512+
*`'net'` (Node.js only)
513+
*`'node'` (Node.js only)
514+
*`'resource'` (available on the Web)
512515

513516
### `performanceEntry.name`
514517

0 commit comments

Comments
 (0)