Skip to content

Commit 994b46a

Browse files
jazellytargos
authored andcommitted
doc: correct peformance entry types
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]>
1 parent f142e66 commit 994b46a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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)