Skip to content

Commit 91d45f5

Browse files
committed
doc: correct peformance entry types
Fixes: #54212
1 parent a4f609f commit 91d45f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/api/perf_hooks.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,13 +509,15 @@ changes:
509509

510510
The type of the performance entry. It may be one of:
511511

512-
* `'node'` (Node.js only)
512+
* `'net'` (Node.js only)
513513
* `'mark'` (available on the Web)
514514
* `'measure'` (available on the Web)
515+
* `'resource'` (available on the Web)
515516
* `'gc'` (Node.js only)
516517
* `'function'` (Node.js only)
517518
* `'http2'` (Node.js only)
518519
* `'http'` (Node.js only)
520+
* `'dns'` (Node.js only)
519521

520522
### `performanceEntry.name`
521523

0 commit comments

Comments
 (0)